ds300 / react-native-typescript-transformer

Seamlessly use TypeScript with React Native
MIT License
657 stars 50 forks source link

Added an ability to specify absolute path to tsconfig.json #59

Closed vyshkant closed 6 years ago

vyshkant commented 6 years ago

If TSCONFIG_PATH is a valid path to tsconfig.json it will be resolved not related to process.cwd().

ds300 commented 6 years ago

Hi! :wave: Thanks for the contribution :heart:

I think this should not be necessary. An absolute path should resolve to itself no matter what is passed as the context. Can you give an example that fails?

vyshkant commented 6 years ago

You're right! Closing!