mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-10-04 22:00:09 +08:00
18 lines
336 B
JSON
18 lines
336 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",
|
|
"src/types/cfg.ts",
|
|
"package.json"
|
|
]
|
|
}
|