|
1 | 1 | {
|
2 |
| - "compilerOptions": { |
3 |
| - "target": "esnext", |
4 |
| - "module": "esnext", |
5 |
| - "moduleResolution": "node", |
6 |
| - "allowSyntheticDefaultImports": true, |
7 |
| - // "resolveJsonModule": true, |
8 |
| - "baseUrl": "./src", |
9 |
| - // "sourceMap": true, // not needed when assembled with webpack |
10 |
| - // "watch": true, // not needed when assembled with webpack |
11 |
| - "pretty": true, |
12 |
| - "experimentalDecorators": true, |
13 |
| - "jsx": "preserve", |
14 |
| - "strictNullChecks": true, |
15 |
| - "noImplicitThis": true, |
16 |
| - "noUnusedLocals": true, |
17 |
| - "downlevelIteration": true, |
18 |
| - "resolveJsonModule": true, |
19 |
| - "lib": [ |
20 |
| - "es2017", |
21 |
| - "dom", |
22 |
| - "dom.iterable", |
23 |
| - "webworker" |
24 |
| - ] |
25 |
| - }, |
26 |
| - "awesomeTypescriptLoaderOptions": { |
27 |
| - "useBabel": true, |
28 |
| - "babelCore": "@babel/core" |
29 |
| - /* ... */ |
30 |
| - }, |
31 |
| - "exclude": [ |
32 |
| - "node_modules" |
| 2 | + "compilerOptions": { |
| 3 | + "target": "esnext", |
| 4 | + "module": "esnext", |
| 5 | + "moduleResolution": "node", |
| 6 | + "allowSyntheticDefaultImports": true, |
| 7 | + // "resolveJsonModule": true, |
| 8 | + "baseUrl": "./src", |
| 9 | + // "sourceMap": true, // not needed when assembled with webpack |
| 10 | + // "watch": true, // not needed when assembled with webpack |
| 11 | + "pretty": true, |
| 12 | + "experimentalDecorators": true, |
| 13 | + "jsx": "preserve", |
| 14 | + "strictNullChecks": true, |
| 15 | + "noImplicitThis": true, |
| 16 | + "noUnusedLocals": true, |
| 17 | + "downlevelIteration": true, |
| 18 | + "resolveJsonModule": true, |
| 19 | + "lib": [ |
| 20 | + "es2017", |
| 21 | + "dom", |
| 22 | + "dom.iterable", |
| 23 | + "webworker" |
33 | 24 | ]
|
34 |
| - } |
| 25 | + }, |
| 26 | + "awesomeTypescriptLoaderOptions": { |
| 27 | + "useBabel": true, |
| 28 | + "babelCore": "@babel/core" |
| 29 | + /* ... */ |
| 30 | + }, |
| 31 | + "exclude": [ |
| 32 | + "node_modules" |
| 33 | + ] |
| 34 | +} |
0 commit comments