2023-11-20 20:15:40 +00:00
|
|
|
{
|
2024-01-03 14:41:32 +00:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"target": "ES2020",
|
|
|
|
|
"module": "ESNext",
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"noEmit": true,
|
|
|
|
|
"allowJs": true,
|
|
|
|
|
"checkJs": true,
|
|
|
|
|
"jsx": "react-jsx",
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"strict": true
|
|
|
|
|
},
|
2024-08-15 15:22:51 +01:00
|
|
|
"include": ["node_modules/vite/client.d.ts", "**/*"],
|
|
|
|
|
"exclude": ["dist/**"]
|
2024-01-03 14:41:32 +00:00
|
|
|
}
|