Open huseeiin opened 1 year ago
Read jsconfig.json when running .js/.jsx files.
Having to rename every .jsx file to .tsx when using preact/solid/inferno just for the jsx pragma to work is a waste of time especially when in most cases its the exact same script/logic.
No response
What configuration in the jsconfig.json would you like to passed in to tsx?
jsconfig.json
I think this should be looked up as a fallback if tsconfig.json doesn't exist for paths aliasing
tsconfig.json
paths
Feature request
Read jsconfig.json when running .js/.jsx files.
Why?
Having to rename every .jsx file to .tsx when using preact/solid/inferno just for the jsx pragma to work is a waste of time especially when in most cases its the exact same script/logic.
Alternatives
Additional context
No response