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

9 lines
158 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
}
2026-09-20 15:54:12 +08:00
}