mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
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:
committed by
Anders Kaseorg
parent
48200b1adc
commit
7344340fe0
@@ -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",
|
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user