Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsconfig option #84

Closed
basarat opened this issue Oct 5, 2015 · 1 comment
Closed

tsconfig option #84

basarat opened this issue Oct 5, 2015 · 1 comment

Comments

@basarat
Copy link
Member

basarat commented Oct 5, 2015

tsify uses ts.findConfigFile from current directory :

var configFile = ts.findConfigFile(currentDirectory);
so you need to provide the path yourself. It needs to have an option tsconfig to allow the user to provide an explicit path to tsconfig.

refs TypeStrong/discussions#1
/cc @johnnyreilly

@smrq
Copy link
Member

smrq commented Apr 19, 2016

Fixed (about time, huh?) in v0.15.1.

@smrq smrq closed this as completed Apr 19, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants