|
1 | 1 | {
|
2 |
| - "compilerOptions": { |
3 |
| - "target": "es5", |
4 |
| - "lib": ["dom", "dom.iterable", "esnext"], |
5 |
| - "allowJs": true, |
6 |
| - "skipLibCheck": true, |
7 |
| - "esModuleInterop": true, |
8 |
| - "allowSyntheticDefaultImports": true, |
9 |
| - "strict": true, |
10 |
| - "forceConsistentCasingInFileNames": true, |
11 |
| - "module": "esnext", |
12 |
| - "moduleResolution": "node", |
13 |
| - "resolveJsonModule": true, |
14 |
| - "isolatedModules": true, |
15 |
| - "noEmit": true, |
16 |
| - "noImplicitAny": false, |
17 |
| - "jsx": "react", |
18 |
| - "experimentalDecorators": true, |
19 |
| - "emitDecoratorMetadata": true |
20 |
| - }, |
21 |
| - "include": ["src"], |
22 |
| - "exclude": [ |
23 |
| - "node_modules/@storybook", |
24 |
| - "node_modules", |
25 |
| - "node_modules/*", |
26 |
| - "babel.config.js" |
27 |
| - ] |
| 2 | + "compilerOptions": { |
| 3 | + "target": "es5", |
| 4 | + "lib": ["dom", "dom.iterable", "esnext"], |
| 5 | + "allowJs": true, |
| 6 | + "skipLibCheck": true, |
| 7 | + "esModuleInterop": true, |
| 8 | + "allowSyntheticDefaultImports": true, |
| 9 | + "strict": true, |
| 10 | + "forceConsistentCasingInFileNames": true, |
| 11 | + "module": "esnext", |
| 12 | + "moduleResolution": "node", |
| 13 | + "resolveJsonModule": true, |
| 14 | + "isolatedModules": true, |
| 15 | + "noEmit": true, |
| 16 | + "noImplicitAny": false, |
| 17 | + "jsx": "preserve", |
| 18 | + "experimentalDecorators": true, |
| 19 | + "emitDecoratorMetadata": true |
| 20 | + }, |
| 21 | + "include": ["src"], |
| 22 | + "exclude": [ |
| 23 | + "node_modules/@storybook", |
| 24 | + "node_modules", |
| 25 | + "node_modules/*", |
| 26 | + "babel.config.js" |
| 27 | + ] |
28 | 28 | }
|
0 commit comments