Set tsconfig to target ES2019

feature/ssh-config
Kelvin Schoofs 4 years ago
parent b19d4bf0e5
commit b2178252e4

@ -3,10 +3,10 @@
"strictNullChecks": true,
"module": "esnext",
"moduleResolution": "node",
"target": "es6",
"target": "ES2019",
"outDir": "out",
"lib": [
"es6"
"ES2019"
],
"sourceMap": true,
"rootDir": "src"

Loading…
Cancel
Save