Skip to content

Commit

Permalink
support down to node14
Browse files Browse the repository at this point in the history
  • Loading branch information
justjake committed Dec 24, 2023
1 parent 0652811 commit 4dd6455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tsconfig/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4dd6455

Please sign in to comment.