mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 10:58:21 +08:00
AlasGG
This commit is contained in:
33
webapp/packages/renderer/tsconfig.json
Normal file
33
webapp/packages/renderer/tsconfig.json
Normal file
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "esnext",
|
||||
"target": "esnext",
|
||||
"sourceMap": false,
|
||||
"moduleResolution": "Node",
|
||||
"skipLibCheck": true,
|
||||
"strict": true,
|
||||
"isolatedModules": true,
|
||||
"esModuleInterop": true,
|
||||
"jsx": "preserve",
|
||||
"types": ["node", "vite/client"],
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"#preload": ["../preload/src/index"],
|
||||
"/@/*": ["./src/*"],
|
||||
"/#/*": ["types/*"],
|
||||
"@common/*": ["../common/*"]
|
||||
},
|
||||
"lib": ["ESNext", "dom", "dom.iterable"]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.vue",
|
||||
"src/**/*.ts",
|
||||
"src/**/*.tsx",
|
||||
"types/**/*.d.ts",
|
||||
"../../types/**/*.d.ts",
|
||||
"../../../types/**/*.d.ts",
|
||||
"./components.d.ts"
|
||||
],
|
||||
"exclude": ["**/*.spec.ts", "**/*.test.ts"],
|
||||
"typeRoots": ["../../node_modules/@types/", "./types", "../../../types"]
|
||||
}
|
||||
Reference in New Issue
Block a user