TraceStudio-dev/web_v2/tsconfig.json
Boshuang Zhao 5790ec164f add web v2
2026-01-10 19:08:49 +08:00

17 lines
375 B
JSON

{
"compilerOptions": {
"target": "ES2020",
"useDefineForClassFields": true,
"lib": ["DOM", "ES2020"],
"jsx": "react-jsx",
"module": "ESNext",
"moduleResolution": "Node",
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
},
"include": ["src"]
}