Enable `allowJs` and some other options in tsconfig (#18332)
* set `allowJs` to true in tsconfig. This allows TS to infer types from JS files * added decorators
Please register or sign in to comment
* set `allowJs` to true in tsconfig. This allows TS to infer types from JS files * added decorators