Skip to content

Commit a68d7db

Browse files
committed
fix: es2020
1 parent 875c935 commit a68d7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.module.json

Lines changed: 1 addition & 1 deletion
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)