chore: update include
This commit is contained in:
parent
d9a4ad8c61
commit
10cf0405f7
|
@ -21,6 +21,7 @@
|
||||||
"noEmit": true,
|
"noEmit": true,
|
||||||
"jsx": "react-jsx"
|
"jsx": "react-jsx"
|
||||||
},
|
},
|
||||||
|
"include": ["src"],
|
||||||
"references": [{ "path": "./tsconfig.node.json" }]
|
"references": [{ "path": "./tsconfig.node.json" }]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -8,5 +8,6 @@
|
||||||
"types": [
|
"types": [
|
||||||
"vite-plugin-electron/electron-env"
|
"vite-plugin-electron/electron-env"
|
||||||
]
|
]
|
||||||
}
|
},
|
||||||
|
"include": ["package.json", "electron"]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue