17 lines
No EOL
287 B
JSON
17 lines
No EOL
287 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2020",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"noEmit": true,
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"jsx": "react-jsx",
|
|
"skipLibCheck": true,
|
|
"strict": true,
|
|
},
|
|
"include": [
|
|
"node_modules/vite/client.d.ts",
|
|
"**/*"
|
|
]
|
|
} |