Skip to content

Commit d5c2e13

Browse files
committed
change compile target and release version canary
1 parent 3620673 commit d5c2e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.root.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"include": ["./source/globals.d.ts"],
44
"compilerOptions": {
55
"baseUrl": "./",
6-
"target": "ES6",
6+
"target": "ES2020",
77
"lib": ["dom", "dom.iterable", "esnext"],
88
"allowJs": false,
99
"importHelpers": true,

0 commit comments

Comments
 (0)