summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
Diffstat (limited to 'packages/create-astro')
-rw-r--r--packages/create-astro/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/create-astro/tsconfig.json b/packages/create-astro/tsconfig.json
index 8f0cdf74d..6b3c4ca88 100644
--- a/packages/create-astro/tsconfig.json
+++ b/packages/create-astro/tsconfig.json
@@ -3,7 +3,7 @@
"include": ["src", "index.d.ts"],
"compilerOptions": {
"allowJs": true,
- "target": "ES2020",
+ "target": "ES2019",
"module": "ES2020",
"outDir": "./dist",
"declarationDir": "./dist/types"