Files
simple-react-app-kit/tsconfig.json
T
2026-09-20 15:54:12 +08:00

9 lines
158 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"skipLibCheck": true,
"strict": true
}
}