Skip to content

Commit 6f4f50f

Browse files
committed
feat: changing TypeScript target from ES6 to ES2017
Signed-off-by: Zixuan Liu <nodeces@gmail.com>
1 parent 48452ab commit 6f4f50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.cjs.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"extends": "./tsconfig",
33
"compilerOptions": {
4-
"target": "ES6",
4+
"target": "ES2017",
55
"module": "CommonJS",
66
"outDir": "lib/cjs"
77
}

0 commit comments

Comments
 (0)