12345678910111213141516171819 |
- {
- "compilerOptions": {
- "module": "commonjs",
- "target": "es5",
- "sourceMap": true,
- "declaration": true,
- "declarationMap": true,
- "noEmitOnError": true,
- "skipLibCheck": true,
- "esModuleInterop": true,
- "types": [],
- "jsx": "react",
- "noEmit": false
- },
- "exclude": [
- "node_modules",
- "dist"
- ]
- }
|