Skip to content

Commit 55ad336

Browse files
authored
chore: update moduleResolution and module to node16 (#1455)
* chore: update `moduleResolution` and `module` to `node16` * chore: remove `module` and `moduleResolution` settings
1 parent 9cc9592 commit 55ad336

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tsconfig.json

-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"extends": "@tsconfig/node14/tsconfig.json",
33
"compilerOptions": {
4-
"moduleResolution": "node",
5-
"module": "commonjs",
64
"noEmit": true,
75
"stripInternal": true,
86

0 commit comments

Comments
 (0)