mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-10-04 05:30:11 +08:00
15 lines
261 B
JSON
15 lines
261 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"vite.config.ts",
|
|
"vite-plugin/index.ts",
|
|
"vite-plugin/type.ts",
|
|
"cfg.ts"
|
|
]
|
|
}
|