{ "compilerOptions": { "rootDir": ".", "sourceMap": true, "declaration": false, "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true, "importHelpers": true, "target": "es2015", "module": "esnext", "lib": [ "es2020", "dom" ], "skipLibCheck": true, "skipDefaultLibCheck": true, "baseUrl": ".", "paths": {}, "esModuleInterop": true }, "files": [], "include": [], "references": [ { "path": "./tsconfig.app.json" }, { "path": "./tsconfig.spec.json" } ], "exclude": [ "node_modules", "tmp" ] }