wiki/content/20201127101336-checkjs.md

18 lines
354 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: 8d4e63e7-781a-491e-9966-cd8f6e86c42c
title: checkJs
---
# Default
`false`
# Description
Report errors in .js files. <s>Use in conjunction with allowJs.</s>
From [TypeScript 4.1](20201123094735-typescript_4_1) `checkJs` implies
[allowJs](20201127100938-allowjs).[^1]
# Footnotes
[^1]: <https://github.com/microsoft/TypeScript/pull/40275>