aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authormadelinegr <monika_hedman@brown.edu>2019-06-10 14:51:52 -0400
committermadelinegr <monika_hedman@brown.edu>2019-06-10 14:51:52 -0400
commit54d41e1eae499459e14d6d3a729127f231520f98 (patch)
treef457e2940c77fd073796362d9ef7be600cb1422e /tsconfig.json
parent20da826f7bed4d3b6d9c7162af4f4fd6fb0f9048 (diff)
thigns working
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 f3b87cac9..7f96e406e 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,6 +1,7 @@
{
"compilerOptions": {
"target": "es5",
+ // "module": "system",
"removeComments": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,