diff --git a/tsconfig.json b/tsconfig.json index c28c2392c..71a6d4e9c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,5 +8,7 @@ "sourceMap": true, "experimentalDecorators": true, "emitDecoratorMetadata": true - } + }, + "include": ["src/**/*"], + "exclude": ["node_modules"] }