feat: 语法错误修复
This commit is contained in:
@@ -1,45 +1,15 @@
|
||||
{
|
||||
"files": [],
|
||||
"references": [
|
||||
{"path": "./tsconfig.app.json"},
|
||||
{"path": "./tsconfig.config.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": ".",
|
||||
"baseUrl": "./",
|
||||
"paths": {
|
||||
"@/*": ["src/renderer/*"],
|
||||
"@assets/*": ["src/assets/*"],
|
||||
"@common/*": ["src/common/*"],
|
||||
"@store/*": ["src/renderer/store/*"],
|
||||
"@constant/*": ["src/renderer/constant/*"],
|
||||
"@utils/*": ["src/renderer/utils/*"],
|
||||
"@api/*": ["src/renderer/api/*"],
|
||||
"@/types": ["src/renderer/types/index.ts"],
|
||||
"@modules/*": ["src/main/modules/*"],
|
||||
"@/shared/*": ["src/shared/*"],
|
||||
},
|
||||
"outDir": "dist",
|
||||
"moduleResolution": "Bundler",
|
||||
"resolveJsonModule": true,
|
||||
"types": ["element-plus/global"]
|
||||
},
|
||||
"include": [
|
||||
"src/**/*",
|
||||
"./package.json",
|
||||
"./forge.config.ts",
|
||||
"forge.env.d.ts",
|
||||
"**/*.ts",
|
||||
"**/*.d.ts",
|
||||
"vite.renderer.config.ts",
|
||||
"packages/electron-chrome-context-menu",
|
||||
"packages/chrome-ui"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user