diff options
| author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-04-16 18:12:46 -0400 |
|---|---|---|
| committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-04-16 18:12:46 -0400 |
| commit | 6a0a1528a9fd90bfcdd1c9283db4c717bc2d6975 (patch) | |
| tree | 41a33538bc7074f42854dbd7b8b55246ae3bb46a /tsconfig.json | |
| parent | c135d7ff8af5b3cf73b8789452f655d8d312e878 (diff) | |
basic linking and unlinking working
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": [ |
