aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authortschicke-brown <tyler_schicke@brown.edu>2019-02-19 21:58:18 -0500
committerGitHub <noreply@github.com>2019-02-19 21:58:18 -0500
commitdae1c5a1ac8b141ea26711db2977faa0be655137 (patch)
tree6fd1cfe02eaeaf1dc074a26cc4cde39c3313d1f3 /tsconfig.json
parent02db8b435396f3b6ea605ce327828f02b41080ef (diff)
parent6bd1ed0fc3d070343ecd72de13383f9ad8b1e250 (diff)
Merge pull request #8 from browngraphicslab/server_database_merge
Server database merge
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