Skip to content

Commit 16ecc02

Browse files
committed
Use ESNext
1 parent ed513be commit 16ecc02

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,9 +1,9 @@
11
{
22
"compilerOptions": {
3-
"module": "commonjs",
4-
"target": "ES2020",
3+
"module": "ESNext",
4+
"target": "ESNext",
55
"lib": [
6-
"ES2020",
6+
"ESNext",
77
"DOM"
88
],
99
"sourceMap": true,

0 commit comments

Comments
 (0)