diff options
| author | Eleanor Eng <eleanoreng@eleanors-mbp.devices.brown.edu> | 2019-02-25 18:58:45 -0500 |
|---|---|---|
| committer | Eleanor Eng <eleanoreng@eleanors-mbp.devices.brown.edu> | 2019-02-25 18:58:45 -0500 |
| commit | 8d3ebd1eb393baf37932d021d6da79d46ef96a03 (patch) | |
| tree | f6e0ef0cce9041525bcd5f6e0a37eee9226a9896 /tsconfig.json | |
| parent | fa2be8b245e4ed69b771e70a98e65176785751eb (diff) | |
| parent | 292ff1a8d75f8b15f9388d2c577e09a13836d5dc (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into contextMenu
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 7 |
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 |
