1234567891011121314151617181920 |
- {
- "compilerOptions": {
- "target": "ES6",
- "module": "commonjs",
- "allowSyntheticDefaultImports": true,
- "baseUrl": "./",
- "jsx": "preserve",
- "types": [
- ],
- "typeRoots": [],
- "paths": {
- "@/*": [
- "src/*"
- ]
- }
- },
- "exclude": [
- "node_modules"
- ]
- }
|