mirror of
https://gitee.com/dromara/electron-egg.git
synced 2026-05-14 19:52:10 +08:00
chore: tsconfig
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"target": "esnext",
|
||||
"module": "esnext",
|
||||
"target": "es6",
|
||||
"module": "commonjs",
|
||||
"useDefineForClassFields": true,
|
||||
"skipLibCheck": true,
|
||||
"types": ["node"],
|
||||
@@ -23,7 +23,8 @@
|
||||
"noImplicitAny": false,
|
||||
"noImplicitReturns": true,
|
||||
"noFallthroughCasesInSwitch": true,
|
||||
"outDir": "../public/electron"
|
||||
"forceConsistentCasingInFileNames": true
|
||||
//"outDir": "../public/electron"
|
||||
},
|
||||
"include": [
|
||||
"**/*"
|
||||
|
||||
Reference in New Issue
Block a user