summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-07-19 18:23:39 -0700
committerGravatar GitHub <noreply@github.com> 2021-07-19 18:23:39 -0700
commita7e66666e49e3286639439cc993869b3a87ff251 (patch)
treee7d33647bdc5099a5b23268aab11fcae3d78628b /packages/create-astro
parent11100d62ef02a90ea9d0615b942e8839adc0ea45 (diff)
downloadastro-a7e66666e49e3286639439cc993869b3a87ff251.tar.gz
astro-a7e66666e49e3286639439cc993869b3a87ff251.tar.zst
astro-a7e66666e49e3286639439cc993869b3a87ff251.zip
tsconfig fix (#752)
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"