Skip to content

Commit 821c56b

Browse files
authored
Merge pull request #448 from bootdotdev/hb_upate_tsconfig
update tsconfig
2 parents 2cf3edc + 0a5c930 commit 821c56b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
"compilerOptions": {
33
"baseUrl": ".",
44
"target": "esnext",
5-
"module": "esnext",
5+
"module": "nodenext",
66
"rootDir": "./src",
77
"outDir": "./dist",
88
"strict": true,
9-
"moduleResolution": "Node",
9+
"moduleResolution": "nodenext",
1010
"esModuleInterop": true,
1111
"skipLibCheck": true
1212
},

0 commit comments

Comments
 (0)