Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "compileOnSave": false,
- "compilerOptions": {
- "downlevelIteration": true,
- "importHelpers": true,
- "module": "esnext",
- "outDir": "./dist/out-tsc",
- "baseUrl": "src",
- "paths": {
- "@app/*": [
- "app/*"
- ],
- "@env/*": [
- "environments/*"
- ]
- },
- "noUnusedLocals": true,
- "sourceMap": true,
- "declaration": false,
- "moduleResolution": "node",
- "emitDecoratorMetadata": true,
- "experimentalDecorators": true,
- "target": "es5",
- "typeRoots": [
- "node_modules/@types",
- "node_modules/@ryancavanaugh"
- ],
- "lib": [
- "es2017",
- "dom"
- ]
- },
- "angularCompilerOptions": {
- "preserveWhitespaces": false
- },
- "include": [
- "src/**/*.d.ts"
- ],
- "exclude": [
- "./schematics"
- ]
- }
Advertisement
Add Comment
Please, Sign In to add comment