aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorab <abdullah_ahmed@brown.edu>2019-02-18 18:18:53 -0500
committerab <abdullah_ahmed@brown.edu>2019-02-18 18:18:53 -0500
commit61aa3a0a34a647a7f414fbeb72345675a5154433 (patch)
treefe15c573e000d6f0f153f03c74580b624797dadc /tsconfig.json
parent7a93f60c9529e5d175e617fc7c07145a9b33e572 (diff)
title
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..e30f80b14 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