summaryrefslogtreecommitdiff
path: root/packages/pogen/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pogen/tsconfig.json')
-rw-r--r--packages/pogen/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/pogen/tsconfig.json b/packages/pogen/tsconfig.json
index 74cdc6ad7..482ce6fe8 100644
--- a/packages/pogen/tsconfig.json
+++ b/packages/pogen/tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
- "target": "es5",
+ "target": "ES2020",
"noImplicitAny": false,
"outDir": "lib",
"incremental": true,