{ "compilerOptions": { "emitDecoratorMetadata": true, "experimentalDecorators": true, "noImplicitAny": false, "suppressImplicitAnyIndexErrors": true, "target": "{{#supportsES6}}es6{{/supportsES6}}{{^supportsES6}}es5{{/supportsES6}}", "module": "{{#supportsES6}}es6{{/supportsES6}}{{^supportsES6}}commonjs{{/supportsES6}}", "moduleResolution": "node", "removeComments": true, "sourceMap": true, "outDir": "./dist", "noLib": false, "declaration": true, "lib": [ "es6", "dom" ] }, "exclude": [ "node_modules", "dist" ], "filesGlob": [ "./model/*.ts", "./api/*.ts" ]{{^useNgPackagr}}, "angularCompilerOptions": { "genDir": "dist", "skipTemplateCodegen": true }{{/useNgPackagr}} }