aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/tsconfig.json')
-rw-r--r--packages/web/tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/web/tsconfig.json b/packages/web/tsconfig.json
index a25dbc14..ecbd5643 100644
--- a/packages/web/tsconfig.json
+++ b/packages/web/tsconfig.json
@@ -13,6 +13,7 @@
"isolatedModules": true,
"jsx": "preserve",
"incremental": true,
+ "target": "ES6",
"plugins": [
{
"name": "next"