Upgrading target to es6 for typescript compilation.

This commit is contained in:
mike12345567 2021-06-28 14:19:21 +01:00
parent b6223d880e
commit b76d6a77ca
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{
"compilerOptions": {
"target": "es5",
"target": "es6",
"module": "commonjs",
"lib": ["es6"],
"allowJs": true,