Skip to content

Commit bb21023

Browse files
committed
fix: es2020
1 parent 96b633a commit bb21023

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.module.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig",
33
"compilerOptions": {
4-
"module": "ES2015",
4+
"module": "ES2020",
55
"outDir": "dist/module"
66
}
77
}

0 commit comments

Comments
 (0)