9 lines
219 B
JSON
9 lines
219 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"composite": true,
|
||
|
"module": "ESNext",
|
||
|
"moduleResolution": "Node",
|
||
|
"allowSyntheticDefaultImports": true
|
||
|
},
|
||
|
"include": ["vite.config.ts", "build/*.ts"]
|
||
|
}
|