{ "compilerOptions": { "noImplicitAny": false, "noEmitOnError": true, "removeComments": false, "sourceMap": false, "alwaysStrict": true, "target": "es6", "rootDir": "./" }, "include": [ "**/*" ], "exclude": [ "node_modules", "wwwroot" ] }