| 1 | { | = | 1 | { |
| 2 | "compileOnSave": false, | 2 | "compileOnSave": false, | |
| 3 | "compilerOptions": { | 3 | "compilerOptions": { | |
| 4 | "outDir": "./dist/out-tsc", | 4 | "outDir": "./dist/out-tsc", | |
| 5 | "sourceMap": true, | 5 | "sourceMap": true, | |
| 6 | "declaration": false, | 6 | "declaration": false, | |
| 7 | "moduleResolution": "node", | 7 | "moduleResolution": "node", | |
| 8 | "emitDecoratorMetadata": true, | 8 | "emitDecoratorMetadata": true, | |
| 9 | "experimentalDecorators": true, | 9 | "experimentalDecorators": true, | |
| 10 | "target": "es5", | 10 | "target": "es5", | |
| 11 | "typeRoots": [ | 11 | "typeRoots": [ | |
| 12 | "node_modules/@types" | 12 | "node_modules/@types" | |
| 13 | ], | 13 | ], | |
| 14 | "lib": [ | 14 | "lib": [ | |
| 15 | "es2017", | 15 | "es2017", | |
| 16 | "dom" | 16 | "dom" | |
| 17 | ] | 17 | ] | |
| 18 | }, | 18 | }, | |
| 19 | "include": [ | 19 | "include": [ | |
| 20 | "./src", | <> | 20 | "./src" |
| 21 | "./node_modules/ng-autosize" | |||
| 22 | ] | = | 21 | ] |
| 23 | } | 22 | } |