Skip to content

Commit

Permalink
Fix integration test tsconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
wgoehrig committed Nov 15, 2024
1 parent bebe191 commit d8a3f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/electron/src/integration-test/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "CommonJS",
"moduleResolution": "node",
"module": "node16",
"moduleResolution": "node16",
"lib": ["DOM"],
"target": "ES5",
"skipLibCheck": true,
Expand Down

0 comments on commit d8a3f82

Please sign in to comment.