diff --git a/tsconfig.json b/tsconfig.json index 43bc4b9..140c512 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -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,