返回 ViMax
tsconfig.json
根目录 / ui / tsconfig.json
1 {
2 "compilerOptions": {
3 "target": "ES2022",
4 "module": "ESNext",
5 "moduleResolution": "Bundler",
6 "jsx": "react-jsx",
7 "strict": true,
8 "esModuleInterop": true,
9 "skipLibCheck": true,
10 "forceConsistentCasingInFileNames": true
11 },
12 "include": ["src/**/*.ts", "src/**/*.tsx"]
13 }
14
14 lines JSON