diff --git a/tsconfig.json b/tsconfig.json index ac0bd73..dab4719 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,10 +1,14 @@ { - "compilerOptions": { + "compilerOptions": + { "outDir": "./src", "noImplicitAny": true, "module": "es6", + "removeComments": true, "target": "es5", "jsx": "react", "allowJs": true - } + }, + "include": ["src/*.ts"], + "exclude": ["node_modules", "**/*.spec.ts"] } \ No newline at end of file