Browse Source

Upgrading target to es6 for typescript compilation.

master
mike12345567 5 years ago
parent
commit
b76d6a77ca
  1. 2
      packages/server/tsconfig.json

2
packages/server/tsconfig.json

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

Loading…
Cancel
Save