Skip to content

Commit

Permalink
fix build?
Browse files Browse the repository at this point in the history
  • Loading branch information
JustJoostNL committed Nov 19, 2023
1 parent 7317d15 commit d7691a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@
},
"include": [
"vite.config.ts",
"src/main/**/*",
"src/shared/**/*",
"src/preload/**/*",
"package.json",
"src/main/*",
"src/shared/*",
"src/preload/*",
],
"exclude": [
"node_modules"
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.web.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"include": [
"package.json",
"src/renderer/**/*",
"src/shared/**/*",
"src/renderer/*",
"src/shared/*",
],
}

0 comments on commit d7691a4

Please sign in to comment.