Skip to content

Commit

Permalink
Fix for tsconfig.json: set module to node16
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Oct 13, 2023
1 parent 4d63267 commit 1e3472e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"compilerOptions": {
"outDir": "lib",
"target": "es2021",
"module": "es2020",
"module": "node16",
"noImplicitAny": true,
"baseUrl": "src",
"checkJs": false,
Expand Down

0 comments on commit 1e3472e

Please sign in to comment.