Skip to content

Commit 67053ec

Browse files
committed
fix(tsconfig): target ES2019 to transpile ?./??
Fixes #88
1 parent 87f8e95 commit 67053ec

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,6 +1,6 @@
11
{
22
"compilerOptions": {
3-
"target": "ES2020",
3+
"target": "ES2019",
44
"module": "ES2020",
55
"moduleResolution": "node",
66
"outDir": "lib",

0 commit comments

Comments
 (0)