Skip to content

Commit

Permalink
Change module option in tsconfig to node16 to satisfy ts complains
Browse files Browse the repository at this point in the history
  • Loading branch information
octet-stream committed Oct 23, 2023
1 parent 8c8085d commit 815781f
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 @@ -10,7 +10,7 @@
"compilerOptions": {
"outDir": "lib",
"target": "es2021",
"module": "es2020",
"module": "node16",
"noImplicitAny": true,
"baseUrl": "src",
"checkJs": false,
Expand Down

0 comments on commit 815781f

Please sign in to comment.