mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Add: Vite Electron Builder template
From https://github.com/cawa-93/vite-electron-builder
This commit is contained in:
21
webapp/packages/renderer/tsconfig.json
Normal file
21
webapp/packages/renderer/tsconfig.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"extends": "../../tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"/@/*": [
|
||||
"./src/*"
|
||||
]
|
||||
},
|
||||
"lib": ["ESNext", "dom", "dom.iterable"]
|
||||
},
|
||||
|
||||
"include": [
|
||||
"src/**/*.vue",
|
||||
"src/**/*.ts",
|
||||
"src/**/*.tsx",
|
||||
"types/**/*.d.ts",
|
||||
"../../types/**/*.d.ts",
|
||||
"../preload/types/electron-api.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user