summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2018-10-31 14:50:40 +1100
committerRyan Dahl <ry@tinyclouds.org>2018-10-30 20:50:40 -0700
commit2422e526257d971ba382bb9195e0ee527b918672 (patch)
tree0c328ab748c070d0b165f859fabf105d0b2829e9 /tsconfig.json
parent0fbee30f050bc27b9a687c2580c89cb9dc5d7fec (diff)
Add ability to load JSON as modules (#1065)
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 806143644..c67223f53 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -16,6 +16,7 @@
"preserveConstEnums": true,
"pretty": true,
"removeComments": true,
+ "resolveJsonModule": true,
"sourceMap": true,
"strict": true,
"target": "esnext",