chore: update

This commit is contained in:
草鞋没号 2022-09-01 08:44:09 +08:00
parent 2d1987c3a2
commit 5123ad6597
2 changed files with 2 additions and 1 deletions

View File

@ -14,6 +14,7 @@
"allowSyntheticDefaultImports": true, "allowSyntheticDefaultImports": true,
"skipLibCheck": true "skipLibCheck": true
}, },
"include": ["src"],
"references": [ "references": [
{ "path": "./tsconfig.node.json" } { "path": "./tsconfig.node.json" }
] ]

View File

@ -11,5 +11,5 @@
"vite-plugin-electron/electron-env" "vite-plugin-electron/electron-env"
] ]
}, },
"include": ["package.json", "electron", "src"] "include": ["package.json", "electron"]
} }