mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 03:26:22 +00:00
354 B
354 B
id | title |
---|---|
8d4e63e7-781a-491e-9966-cd8f6e86c42c | checkJs |
Default
false
Description
Report errors in .js files. Use in conjunction with –allowJs.
From TypeScript 4.1 checkJs
implies
allowJs.1