aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-06-26 23:42:15 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-06-26 23:42:15 -0400
commit79ceef22921aadc589319d894449b91bff8124f0 (patch)
tree8b279f614aaa165e336fc0553bb82a8a6c2dde65 /tsconfig.json
parent9178f360cbc3de7d836387a38e4e1ce6b7c77710 (diff)
parent79345d459a10de1a610bbeb62b503f05b42c1482 (diff)
merged
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 68f4b058a..9ea91ec49 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,8 +1,10 @@
{
"compilerOptions": {
"target": "es5",
+ // "module": "system",
"removeComments": true,
"experimentalDecorators": true,
+ "allowSyntheticDefaultImports": true,
"strict": true,
"jsx": "react",
"allowJs": true,