1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +12:00

Upgrading target to es6 for typescript compilation.

This commit is contained in:
mike12345567 2021-06-28 14:19:21 +01:00
parent 834c89217c
commit 7525ccc821

View file

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