| | |
| | | { |
| | | "compilerOptions": { |
| | | "target": "esnext", |
| | | "module": "esnext", |
| | | "moduleResolution": "node", |
| | | "importHelpers": true, |
| | | "jsx": "preserve", |
| | | "esModuleInterop": true, |
| | | "sourceMap": true, |
| | | "baseUrl": "./", |
| | | "skipLibCheck": true, |
| | | "target": "esnext", |
| | | "moduleResolution": "node", |
| | | "jsx": "react-jsx", |
| | | "esModuleInterop": true, |
| | | "experimentalDecorators": true, |
| | | "strict": true, |
| | | "forceConsistentCasingInFileNames": true, |
| | | "noImplicitReturns": true, |
| | | "declaration": true, |
| | | "skipLibCheck": true, |
| | | "resolveJsonModule": true, |
| | | "allowSyntheticDefaultImports": true, |
| | | "paths": { |
| | | "@/*": ["./src/*"], |
| | | "@@/*": ["./src/.umi/*"], |