diff --git a/packages/tsconfig/tsconfig.json b/packages/tsconfig/tsconfig.json index 1f9b9ee3..4ec58d2f 100644 --- a/packages/tsconfig/tsconfig.json +++ b/packages/tsconfig/tsconfig.json @@ -5,7 +5,7 @@ // "incremental": true /* Enable incremental compilation */, // "tsBuildInfoFile": "build/tsbuildinfo", - "target": "ES2021" /* Node 16+ per https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping */, + "target": "ES2020" /* Node 14+ per https://github.com/microsoft/TypeScript/wiki/Node-Target-Mapping */, "module": "nodenext" /* Some imports are really imports: https://www.typescriptlang.org/docs/handbook/esm-node.html */, "moduleResolution": "nodenext" /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */, "resolveJsonModule": true,