Skip to content

Commit

Permalink
chore: update moduleResolution and module to node16 (#1455)
Browse files Browse the repository at this point in the history
* chore: update `moduleResolution` and `module` to `node16`

* chore: remove `module` and `moduleResolution` settings
  • Loading branch information
G-Rath committed Oct 26, 2023
1 parent 9cc9592 commit 55ad336
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
"extends": "@tsconfig/node14/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node",
"module": "commonjs",
"noEmit": true,
"stripInternal": true,

Expand Down

0 comments on commit 55ad336

Please sign in to comment.