2023-11-20 20:15:40 +00:00
|
|
|
{
|
2023-11-21 03:43:32 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "ES2020",
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"noEmit": true,
|
|
|
|
|
"allowJs": true,
|
|
|
|
|
"checkJs": true,
|
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
|
"skipLibCheck": true,
|
2023-12-02 14:49:44 +00:00
|
|
|
"strict": true,
|
2023-11-21 03:43:32 +00:00
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"node_modules/vite/client.d.ts",
|
|
|
|
|
"**/*"
|
|
|
|
|
]
|
2023-11-20 20:15:40 +00:00
|
|
|
}
|