mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-06-30 23:45:12 +08:00
16 lines
303 B
JSON
16 lines
303 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"vite.config.ts",
|
|
"vitest.config.ts",
|
|
"proxy.config.ts",
|
|
"env.config.ts",
|
|
"build.config.ts",
|
|
"src/vite/*.ts"
|
|
]
|
|
} |