diff --git a/tsconfig.json b/tsconfig.json index 2a110d2c5a..0555cd40ee 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -32,5 +32,13 @@ "compilerOptions": { "module": "CommonJS" } - } + }, + "exclude": [ + "node_modules", + "out", + "dist", + "coverage", + "binaries", + "static" + ] }