Skip to content

Commit da3c031

Browse files
authored
Update DEVELOPMENT.md
1 parent f65cceb commit da3c031

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DEVELOPMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To resolve this issue, navigate to `ccn-coverage-api/tsconfig.json` and take a l
3737
```bash
3838
/* JavaScript Support */
3939
"allowJs": true, /* Allow JavaScript files to be a part of your program. Use the `checkJs` option to get errors from these files. */
40-
// "checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
40+
"checkJs": true, /* Enable error reporting in type-checked JavaScript files. */
4141
```
4242

4343
We suggest either removing the redundant JavaScript files before compiling or setting the `allowJs` and `checkJs` options above to `false` to prevent build issues from occurring in the future.

0 commit comments

Comments
 (0)