Skip to content

Commit f8aebe5

Browse files
Updating module type
1 parent f86b2f5 commit f8aebe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
3-
"module": "commonjs",
3+
"module": "esnext",
4+
"moduleResolution": "node",
45
"target": "es6",
56
"declaration": true,
67
"outDir": "./dist",

0 commit comments

Comments
 (0)