fix: revert back to ES2019 compile target

This commit is contained in:
Mark Lawlor
2022-11-01 11:48:03 +10:00
parent e6b919a6ed
commit d69ac09c57

View File

@@ -4,7 +4,7 @@
// https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping
"lib": ["esnext"],
"module": "commonjs",
"target": "esnext",
"target": "ES2019",
"allowJs": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,