chore: update tsconfig

This commit is contained in:
草鞋没号 2022-08-25 08:27:57 +08:00
parent 9b5a3a9c61
commit ff15fa45d5
2 changed files with 1 additions and 2 deletions

View File

@ -21,7 +21,6 @@
"noEmit": true,
"jsx": "react-jsx"
},
"include": ["src"],
"references": [{ "path": "./tsconfig.node.json" }]
}

View File

@ -6,5 +6,5 @@
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true
},
"include": ["vite.config.ts", "package.json", "electron"]
"include": ["vite.config.ts", "package.json"]
}