Files
2026-08-29 16:20:33 +08:00

17 lines
318 B
JSON

{
"compilerOptions": {
"target": "ES2022",
"module": "ESNext",
"moduleResolution": "Bundler",
"jsx": "react-jsx",
"allowJs": true,
"checkJs": false,
"esModuleInterop": true,
"skipLibCheck": true,
"strict": false,
"noEmit": true,
"baseUrl": "."
},
"include": ["src"]
}