mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
[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:
parent
cf7d6cc6de
commit
7d77d39e1f
97 changed files with 419 additions and 162 deletions
|
@ -2,7 +2,6 @@
|
|||
"extends": "../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"outDir": "target",
|
||||
"allowJs": true,
|
||||
"checkJs": true,
|
||||
"target": "ES2022",
|
||||
"module": "ESNext"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue