Skip to content

Commit

Permalink
little fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JustJoostNL committed Nov 19, 2023
1 parent 8f77f66 commit 01aa627
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
7 changes: 2 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@
"resolveJsonModule": true,
"isolatedModules": true,
"strict": true,
"baseUrl": "./",
//"baseUrl": "./",
"sourceMap": false,
"noUnusedLocals": true,
"noUnusedParameters": true,
"noImplicitAny": false,
"noImplicitReturns": true,
"types": ["vite/client", "node"]
"types": ["node"]
},
"include": ["src/**/*"],
"exclude": ["node_modules", "src/preload/**/*"]
Expand Down
1 change: 0 additions & 1 deletion tsconfig.main.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// tsconfig.main.json
{
"extends": "./tsconfig.json",
"compilerOptions": {
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.renderer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"outDir": "dist/renderer"
"outDir": "dist/renderer",
},
"include": ["src/renderer/**/*"]
}

0 comments on commit 01aa627

Please sign in to comment.