Skip to content

Commit 2bfe80f

Browse files
committed
Update ts config
1 parent e649491 commit 2bfe80f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"compilerOptions": {
33
"target": "esnext",
4-
"lib": ["dom", "esnext"],
54
"strict": true,
6-
"module": "commonjs",
5+
"module": "esnext",
76
"sourceMap": true,
8-
"esModuleInterop": true
7+
"esModuleInterop": true,
8+
"moduleResolution": "bundler"
99
},
1010
"include": ["src"]
1111
}

0 commit comments

Comments
 (0)