Files
simple-react-app-kit/tsconfig.json
T

10 lines
159 B
JSON
Raw Normal View History

2026-07-26 23:21:33 +08:00
{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "bundler",
"skipLibCheck": true,
"strict": true
}
}