feat: 更换应用框架为ElectronFofge
This commit is contained in:
@@ -1,4 +1,34 @@
|
||||
{
|
||||
"files": [],
|
||||
"references": [{ "path": "./tsconfig.node.json" }, { "path": "./tsconfig.web.json" }]
|
||||
"compilerOptions": {
|
||||
"target": "ESNext",
|
||||
"module": "ESNext",
|
||||
"lib": ["dom", "ESNext"],
|
||||
"experimentalDecorators": true,
|
||||
"composite": true,
|
||||
"declaration": true,
|
||||
"forceConsistentCasingInFileNames": true,
|
||||
"allowJs": false,
|
||||
"esModuleInterop": true,
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"noImplicitAny": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@/*": ["./src/*"],
|
||||
"@stores/*": ["./src/stores/*"],
|
||||
"@utils/*": ["./src/utils/*"],
|
||||
"@api/*": ["./src/api/*"]
|
||||
},
|
||||
"outDir": "dist",
|
||||
"moduleResolution": "bundler",
|
||||
"resolveJsonModule": true
|
||||
},
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"./package.json",
|
||||
"./forge.config.ts",
|
||||
"*.ts",
|
||||
"vite.renderer.config.ts"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user