12 lines
227 B
JSON
12 lines
227 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"allowJs": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["vite.config.*"]
|
|
}
|