tsconfig: Remove *.js exclusion.

This improves the editor experience for *.js, and there’s not a big
performance impact anymore.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-12-01 19:35:11 -08:00
committed by Anders Kaseorg
parent 48200b1adc
commit 7344340fe0

View File

@@ -46,8 +46,5 @@
"static/webpack-bundles", "static/webpack-bundles",
"var", "var",
"zulip-py3-venv", "zulip-py3-venv",
// Even though allowJs defaults to false, typescript-eslint forces it to true.
"**/*.js",
], ],
} }