| 12345678910111213141516 |
- {
- "compilerOptions": {
- "lib": ["ESNext"],
- "baseUrl": "src",
- "outDir": "./build/",
- "sourceMap": true,
- "noImplicitAny": true,
- "module": "es6",
- "target": "es5",
- "jsx": "react",
- "allowJs": true,
- "allowSyntheticDefaultImports": true,
- "removeComments": true,
- "moduleResolution": "node"
- }
- }
|