Skip to content

Commit

Permalink
build: add missing ts lib in compiled js
Browse files Browse the repository at this point in the history
  • Loading branch information
KamiKillertO committed Jan 15, 2021
1 parent 68315ab commit ffa97ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"target": "ES2018",
"outDir": "out",
"lib": [
"ES2018"
"es2019"
],
"sourceMap": true,
"rootDir": "."
Expand Down

0 comments on commit ffa97ca

Please sign in to comment.