mirror of
https://github.com/fanchenio/DawnLauncher.git
synced 2025-07-13 04:42:11 +08:00
20 lines
381 B
JSON
20 lines
381 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"module": "ESNext",
|
|
"moduleResolution": "Node",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true
|
|
},
|
|
"include": [
|
|
"vite.config.ts",
|
|
"package.json",
|
|
"electron",
|
|
"commons",
|
|
"types/classification.d.ts",
|
|
"types/common.d.ts",
|
|
"types/item.d.ts",
|
|
"types/setting.d.ts"
|
|
]
|
|
}
|