mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-06-27 22:29:18 +08:00
20 lines
383 B
JSON
20 lines
383 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"vite.config.ts",
|
|
"vite-plugin/index.ts",
|
|
"vite-plugin/type.ts",
|
|
"cfg.ts",
|
|
"package.json",
|
|
"vite-env.d.ts",
|
|
"src/appConfig/*.ts",
|
|
"src/types/cfg.ts"
|
|
]
|
|
}
|