Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Commit 4e045b7

Browse files
committed
build: generate esnext
1 parent 73444cc commit 4e045b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"include": ["src", "types", "test"],
33
"compilerOptions": {
4-
"target": "es5",
4+
"target": "esnext",
55
"module": "esnext",
66
"lib": ["dom", "esnext"],
77
"importHelpers": true,

0 commit comments

Comments
 (0)