{ "compileOnSave": true, "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, "module": "es2020", "moduleResolution": "node", "experimentalDecorators": true, "importHelpers": true, "allowSyntheticDefaultImports": true, "target": "ES2015", "typeRoots": [ "node_modules/@types" ], "lib": [ "es2018", "dom" ], "paths": { "@angular/*": ["./node_modules/@angular/*"] } }, "angularCompilerOptions": { "enableIvy": true, "allowEmptyCodegenFiles": true } }