aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authormadelinegr <monika_hedman@brown.edu>2019-06-06 19:17:02 -0400
committermadelinegr <monika_hedman@brown.edu>2019-06-06 19:17:02 -0400
commit94e6613e92a71e35427875e4ed8eb72a0302bca1 (patch)
treed3d272b58fe995ef36c6e36889027ff2de6d2b26 /tsconfig.json
parent7e3493a95aaf8d4ba585b326c278556e39346f11 (diff)
i hate everytihgn the freickin import end of day 6/6
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 0d4d77002..f3b87cac9 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -3,6 +3,7 @@
"target": "es5",
"removeComments": true,
"experimentalDecorators": true,
+ "allowSyntheticDefaultImports": true,
"strict": true,
"jsx": "react",
"sourceMap": true,