{ "compilerOptions": { "target": "es5", "module": "commonjs", "noImplicitAny": false, "removeComments": false, "preserveConstEnums": true, "sourceMap": false, "experimentalDecorators": true, // enable JavaScript type checking for the language service // use the tsconfig.build.json for compiling wich disable JavaScript // type checking so that JavaScript file are not transpiled "allowJs": true, "checkJs": true }, "exclude": [ "node_modules/**" ] }