|
1 | | -/* To learn more about this file see: https://angular.io/config/tsconfig. */ |
2 | | -{ |
| 1 | +/* To learn more about this file see: https://angular.io/config/tsconfig. */{ |
| 2 | + "angularCompilerOptions": { |
| 3 | + "enableI18nLegacyMessageIdFormat": false, |
| 4 | + "fullTemplateTypeCheck": true, |
| 5 | + "preserveWhitespaces": false, |
| 6 | + "strictInjectionParameters": true, |
| 7 | + "strictInputAccessModifiers": true, |
| 8 | + "strictTemplates": true, |
| 9 | + "trace": true |
| 10 | + }, |
3 | 11 | "compileOnSave": false, |
4 | 12 | "compilerOptions": { |
5 | | - "removeComments": true, |
6 | 13 | "baseUrl": "./", |
7 | | - "outDir": "./dist/out-tsc", |
8 | | - "forceConsistentCasingInFileNames": true, |
9 | | - "strict": true, |
10 | | - "noImplicitReturns": true, |
11 | | - "noFallthroughCasesInSwitch": true, |
12 | | - "sourceMap": true, |
13 | 14 | "declaration": false, |
14 | 15 | "downlevelIteration": true, |
15 | 16 | "experimentalDecorators": true, |
16 | | - "moduleResolution": "node", |
| 17 | + "forceConsistentCasingInFileNames": true, |
17 | 18 | "importHelpers": true, |
18 | | - "target": "es2020", |
19 | | - "module": "es2020", |
20 | 19 | "lib": [ |
21 | 20 | "es2020", |
22 | 21 | "dom" |
23 | 22 | ], |
| 23 | + "module": "esnext", |
| 24 | + "moduleResolution": "node", |
| 25 | + "noFallthroughCasesInSwitch": true, |
| 26 | + "noImplicitReturns": true, |
| 27 | + "outDir": "./dist/out-tsc", |
24 | 28 | "paths": { |
| 29 | + "@angular-package/*": [ |
| 30 | + "./node_modules/@angular-package/*" |
| 31 | + ], |
25 | 32 | "@angular/*": [ |
26 | 33 | "./node_modules/@angular/*" |
27 | 34 | ], |
|
45 | 52 | "dist/core/core", |
46 | 53 | "dist/core" |
47 | 54 | ], |
| 55 | + "crypto": [ |
| 56 | + "node_modules/crypto-js" |
| 57 | + ], |
48 | 58 | "currency": [ |
49 | 59 | "dist/currency/currency", |
50 | 60 | "dist/currency" |
|
85 | 95 | "dist/spectre/spectre", |
86 | 96 | "dist/spectre" |
87 | 97 | ], |
| 98 | + "spectre.css": [ |
| 99 | + "dist/spectre.css/spectre.css", |
| 100 | + "dist/spectre.css" |
| 101 | + ], |
88 | 102 | "storage": [ |
89 | 103 | "dist/storage/storage", |
90 | 104 | "dist/storage" |
|
113 | 127 | "dist/wrapper/wrapper", |
114 | 128 | "dist/wrapper" |
115 | 129 | ] |
116 | | - } |
117 | | - }, |
118 | | - "angularCompilerOptions": { |
119 | | - "enableI18nLegacyMessageIdFormat": false, |
120 | | - "fullTemplateTypeCheck": true, |
121 | | - "preserveWhitespaces": false, |
122 | | - "strictInjectionParameters": true, |
123 | | - "strictInputAccessModifiers": true, |
124 | | - "strictTemplates": true, |
125 | | - "trace": true |
| 130 | + }, |
| 131 | + "removeComments": true, |
| 132 | + "sourceMap": true, |
| 133 | + "strict": true, |
| 134 | + "target": "es2020", |
| 135 | + "types": ["node"] |
126 | 136 | } |
127 | 137 | } |
0 commit comments