86133 | aaa3f5d | 2025-04-20 21:33:29 +0800 | [diff] [blame^] | 1 | { |
| 2 | "compilerOptions": { |
| 3 | "target": "esnext", |
| 4 | "module": "esnext", |
| 5 | "moduleResolution": "node", |
| 6 | "importHelpers": true, |
| 7 | "jsx": "preserve", |
| 8 | "esModuleInterop": true, |
| 9 | "sourceMap": true, |
| 10 | "baseUrl": "./", |
| 11 | "skipLibCheck": true, |
| 12 | "experimentalDecorators": true, |
| 13 | "strict": true, |
| 14 | "resolveJsonModule": true, |
| 15 | "allowSyntheticDefaultImports": true, |
| 16 | "paths": { |
| 17 | "@/*": ["./src/*"], |
| 18 | "@@/*": ["./src/.umi/*"], |
| 19 | "@@test/*": ["./src/.umi-test/*"] |
| 20 | } |
| 21 | }, |
| 22 | "include": ["./**/*.d.ts", "./**/*.ts", "./**/*.tsx"] |
| 23 | } |