diff options
| author | madelinegr <mgriswold99@gmail.com> | 2019-02-25 17:33:05 -0500 |
|---|---|---|
| committer | madelinegr <mgriswold99@gmail.com> | 2019-02-25 17:33:05 -0500 |
| commit | dfe69e008b073a5c1dace2dc047e6696318e4720 (patch) | |
| tree | 522d81c60a0411d79f599ba73b068b5ecda7364f /tsconfig.json | |
| parent | d091617fa9a8c43914fb754ca170cb3b2750d1af (diff) | |
| parent | bb418216efa9cc2e191b970e4cbe5080f4fd2b87 (diff) | |
mer con
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 |
