aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authoryipstanley <stanley_yip@brown.edu>2019-02-10 22:09:48 -0500
committeryipstanley <stanley_yip@brown.edu>2019-02-10 22:09:48 -0500
commit2e930b98726a09e597106d43a6763dd36d038771 (patch)
tree34f2c1e3a0bf652be571c0259c3087b1d36dac00 /tsconfig.json
parent5b55e1b6081393989ca35d2964da9604c2a93802 (diff)
adsklfa
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 265ce4403..823fc2732 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -7,10 +7,13 @@
"jsx": "react",
"sourceMap": true,
"outDir": "dist",
- "lib": ["dom", "es2015"]
+ "lib": [
+ "dom",
+ "es2015"
+ ]
},
"exclude": [
"node_modules",
"static"
]
-}
+} \ No newline at end of file