1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

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

View file

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