diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-14 11:56:40 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-14 11:56:40 -0400 |
| commit | 0c9dc7be8c6b885b14ed4aacd7e9c8cd5c8bf208 (patch) | |
| tree | 66325669dce7efe966b42f268a04faaa4c899532 /tsconfig.json | |
| parent | 6a2cb71af332d4c782c1678750ba955757eaab45 (diff) | |
| parent | 618d3717e118f978de976cb34e8bc2051c726ffc (diff) | |
Merge branch 'master' into pdf_impl
Diffstat (limited to 'tsconfig.json')
| -rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 0d4d77002..68f4b058a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "experimentalDecorators": true, "strict": true, "jsx": "react", + "allowJs": true, "sourceMap": true, "outDir": "dist", "lib": [ |
