summaryrefslogtreecommitdiff
path: root/packages/markdown-support
diff options
context:
space:
mode:
Diffstat (limited to 'packages/markdown-support')
-rw-r--r--packages/markdown-support/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/markdown-support/tsconfig.json b/packages/markdown-support/tsconfig.json
index c56abb57e..67a76c52b 100644
--- a/packages/markdown-support/tsconfig.json
+++ b/packages/markdown-support/tsconfig.json
@@ -3,7 +3,7 @@
"include": ["src"],
"compilerOptions": {
"allowJs": true,
- "target": "ES2020",
+ "target": "ES2019",
"module": "ES2020",
"outDir": "./dist"
}