Skip to content

Commit

Permalink
add rootdir
Browse files Browse the repository at this point in the history
  • Loading branch information
JustJoostNL committed Nov 19, 2023
1 parent c74669f commit 21a0d03
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"module": "CommonJS",
"target": "ES2022",
"rootDir": ".",
},
"references": [
{
Expand Down
6 changes: 3 additions & 3 deletions tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"include": [
"vite.config.ts",
"package.json",
"src/main/*.ts",
"src/shared/*",
"src/preload/*",
"src/main/**/*",
"src/shared/**/*",
"src/preload/**/*",
],
"exclude": [
"node_modules"
Expand Down

0 comments on commit 21a0d03

Please sign in to comment.