Skip to content

Commit 60c18d7

Browse files
committed
chore: remove moduleResolution from tsconfig.json
1 parent 19b23d1 commit 60c18d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@
88
"strict": true,
99
"skipLibCheck": true,
1010
"strictNullChecks": true,
11-
"removeComments": true,
12-
"moduleResolution": "node",
11+
"removeComments": true
1312
},
1413
"include": ["src/**/*", "index.ts"],
1514
}

0 commit comments

Comments
 (0)