Skip to content

Commit 1c78a91

Browse files
committed
Update typescript compiler options
1 parent e295e6b commit 1c78a91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types/tsconfig.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
3-
"module": "es2015",
4-
"lib": ["es2015"],
3+
"module": "ES2020",
4+
"lib": ["ES2020"],
55
"moduleResolution": "node",
66
"strict": true,
77
"noEmit": true,

0 commit comments

Comments
 (0)