diff options
| author | Abdullah Ahmed <abdullah_ahmed@brown.edu> | 2019-06-15 20:09:41 -0400 |
|---|---|---|
| committer | Abdullah Ahmed <abdullah_ahmed@brown.edu> | 2019-06-15 20:09:41 -0400 |
| commit | 881df5e1255681a306af2d9f78b092b3688ad38c (patch) | |
| tree | b456f0e559eba0c03f937111d1b15bbf08495fc9 /tsconfig.json | |
| parent | c22feda3d2df8f6814c0837ea18ad293975ae2e4 (diff) | |
| parent | 618d3717e118f978de976cb34e8bc2051c726ffc (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into text_box_ab
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": [ |
