mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-07 01:10:03 +08:00
18 lines
350 B
JSON
18 lines
350 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true,
|
|
"resolveJsonModule": true
|
|
},
|
|
"include": [
|
|
// "vite.config.ts",
|
|
// "vitest.config.ts",
|
|
// "proxy.config.ts",
|
|
// "env.config.ts",
|
|
// "build.config.ts",
|
|
"src/vite/*.ts"
|
|
]
|
|
}
|