Skip to content

Commit 5236e05

Browse files
author
Abhinav Gautam
authored
Merge pull request #10 from Codebucket-Solutions/dev
changed resoultion to support prev versions
2 parents 843d858 + 58b360f commit 5236e05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"compilerOptions": {
33
"target": "es2018",
44
"outDir": "dist",
5-
"module": "NodeNext",
5+
"module": "ESNext",
66
"allowJs": true,
7-
"moduleResolution": "NodeNext",
7+
"moduleResolution": "Node",
88
"esModuleInterop": true,
99
"forceConsistentCasingInFileNames": true,
1010
"strict": true

0 commit comments

Comments
 (0)