10 lines
200 B
JSON
10 lines
200 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "esnext",
|
|
"moduleResolution": "node",
|
|
|
|
"allowSyntheticDefaultImports": true // 默认导入
|
|
},
|
|
"include": ["vite.config.ts"]
|
|
} |