mirror of
https://gitee.com/zongzhige/shopxo-diy.git
synced 2026-06-06 02:38:55 +08:00
9 lines
199 B
JSON
9 lines
199 B
JSON
|
|
{
|
||
|
|
"compilerOptions": {
|
||
|
|
"composite": true,
|
||
|
|
"module": "ESNext",
|
||
|
|
"moduleResolution": "Node",
|
||
|
|
"allowSyntheticDefaultImports": true
|
||
|
|
},
|
||
|
|
"include": ["vite.config.ts"]
|
||
|
|
}
|