Skip to content

Commit

Permalink
Fix common.js build
Browse files Browse the repository at this point in the history
  • Loading branch information
paulmillr committed Mar 13, 2023
1 parent 1cfd6a7 commit ef55efe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"outDir": ".",
"target": "es2020",
"lib": ["es2020"], // Set explicitly to remove DOM
"module": "es6",
"moduleResolution": "node16",
"module": "commonjs",
"moduleResolution": "node",
"noUnusedLocals": true,
"baseUrl": ".",
},
Expand All @@ -17,4 +17,4 @@
"node_modules",
"*.d.ts"
],
}
}

0 comments on commit ef55efe

Please sign in to comment.