mirror of
https://gitee.com/newgateway/vtj.git
synced 2026-05-08 20:28:01 +08:00
17 lines
320 B
JSON
17 lines
320 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"skipLibCheck": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"vtj.config.ts",
|
|
"vite.config.ts",
|
|
"proxy.config.ts",
|
|
"env.config.ts",
|
|
"node_modules/@vtj/pro/**/*"
|
|
]
|
|
}
|