diff options
| author | loudonclear <loudon_cohen@brown.edu> | 2019-06-14 14:36:41 -0400 |
|---|---|---|
| committer | loudonclear <loudon_cohen@brown.edu> | 2019-06-14 14:36:41 -0400 |
| commit | 84ee857c73715c44258313b1481358db03a33b32 (patch) | |
| tree | 29db2c072212092d37f350024b93c42b1ec5e7d8 /tsconfig.json | |
| parent | 35786bfec967b2a9f1abc570bffe73530c053207 (diff) | |
| parent | 618d3717e118f978de976cb34e8bc2051c726ffc (diff) | |
pull from master
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": [ |
