Gaurav Mukherjee
Gaurav Mukherjee
### Is your feature request related to a problem? Currently `qwikVite` method does not accept `tsconfig.json` path. It is hardcoded to `tsconfig.json`. Its a problem when Qwik is used inside...
ref https://github.com/BuilderIO/qwik/issues/2491 # What is it? - [x] Feature / enhancement - [ ] Bug - [ ] Docs / tests # Description Add option to pass tsconfig file names...
### Which @angular/* package(s) are relevant/related to the feature request? _No response_ ### Description Following transform usecase does not work currently ``` function newTransform() { return (value: string | number):...