diff --git a/tsconfig.json b/tsconfig.json index 0f2192a..3f35579 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -9,4 +9,11 @@ "experimentalDecorators": true, "emitDecoratorMetadata": true } + "include": [ + "src/**/*" + ], + "exclude": [ + "node_modules", + "**/*.spec.ts" + ] } \ No newline at end of file