diff options
author | Marcin Aman <maman@virtuslab.com> | 2020-08-04 11:02:51 +0200 |
---|---|---|
committer | Paweł Marks <Kordyjan@users.noreply.github.com> | 2020-08-05 15:21:13 +0200 |
commit | 08845a66bb86e824f14695a96aa5062ed64edb20 (patch) | |
tree | 13f666fb605de3218d358f8490be1ee666abc310 /plugins/base/frontend/tsconfig.json | |
parent | 046ae90fc7fcf97c6718093b240b55a66670af09 (diff) | |
download | dokka-08845a66bb86e824f14695a96aa5062ed64edb20.tar.gz dokka-08845a66bb86e824f14695a96aa5062ed64edb20.tar.bz2 dokka-08845a66bb86e824f14695a96aa5062ed64edb20.zip |
Fix JS markdown component generating lots of files with highlighting
Diffstat (limited to 'plugins/base/frontend/tsconfig.json')
-rw-r--r-- | plugins/base/frontend/tsconfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/base/frontend/tsconfig.json b/plugins/base/frontend/tsconfig.json index 4cc8fd37..0f0a4555 100644 --- a/plugins/base/frontend/tsconfig.json +++ b/plugins/base/frontend/tsconfig.json @@ -5,7 +5,8 @@ "lib": [ "dom", "dom.iterable", - "esnext" + "esnext", + "es2019" ], "noImplicitAny": true, "allowJs": true, |