14 lines
277 B
JSON
14 lines
277 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"target": "ES2020",
|
|
"lib": ["ES2020"],
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"allowSyntheticDefaultImports": true,
|
|
"types": ["node"],
|
|
"strict": true
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
}
|