13 lines
256 B
JSON
13 lines
256 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"skipLibCheck": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "bundler",
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"strict": true,
|
||
|
"lib": ["ES2020"]
|
||
|
},
|
||
|
"include": ["vite.config.ts"]
|
||
|
}
|