[ts] set allowJs to true by default (#144281)

* [ts] set allowJs to true by default

* fix scripts/check_ts_projects, original implementation is now wildly inefficient

* produce stats in check_ts_projects to make sure it's actually working

* fix imports
This commit is contained in:
Spencer 2022-11-01 15:26:44 -07:00 committed by GitHub
parent cf7d6cc6de
commit 7d77d39e1f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
97 changed files with 419 additions and 162 deletions

View file

@ -2,7 +2,6 @@
"extends": "../tsconfig.base.json",
"compilerOptions": {
"outDir": "target",
"allowJs": true,
"checkJs": true,
"target": "ES2022",
"module": "ESNext"