Skip to content

Commit

Permalink
test again
Browse files Browse the repository at this point in the history
  • Loading branch information
JustJoostNL committed Nov 19, 2023
1 parent 21a0d03 commit 6352d90
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions tsconfig.node.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"extends": "@electron-toolkit/tsconfig/tsconfig.node.json",
"compilerOptions": {
"composite": true,
"module": "CommonJS",
"target": "ES2022",
"moduleResolution": "node",
"strict": false,
},
"include": [
"vite.config.ts",
Expand Down
6 changes: 0 additions & 6 deletions tsconfig.web.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@
"extends": "@electron-toolkit/tsconfig/tsconfig.web.json",
"compilerOptions": {
"composite": true,
"module": "CommonJS",
"target": "ES2022",
"moduleResolution": "node",
"useUnknownInCatchVariables": false,
"strict": true,
"isolatedModules": false,
},
"include": [
"package.json",
Expand Down

0 comments on commit 6352d90

Please sign in to comment.