Skip to content

Commit 1d09acb

Browse files
committed
change typescript compiler target
1 parent 48fb5ae commit 1d09acb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": "./tsconfig.base.json",
33
"compilerOptions": {
4+
"target": "ESNext",
45
"outDir": "./dist"
56
},
67
"include": [

0 commit comments

Comments
 (0)