-
Notifications
You must be signed in to change notification settings - Fork 236
Custom tsconfig path #542
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
Comments
Whoops, misread the issue - what exactly do you mean? |
Im using angular cli app. It adds tsconfig in src folder - not in root. |
@alexeagle is there a configuration to that can help move the tsconfig.json higher? |
No, I believe the layout is fixed. But why is the plugin only looking in the root dir? Many projects keep their tsconfig.json under a |
Agreed with Alex. There are many reasons why having multiple tsconfig spread through a project is a good idea. |
In my case, I desire a separate tsconfig.json file for my |
Is this issue still not yet solved? |
https://github.com/Microsoft/TypeScript-Sublime-Plugin/blob/26bb7c57a31fc1b62bfc50e8ec652f7ef3f49ff1/typescript/commands/build.py#L22 passes project directory as a |
This is an issue for me in my Angular project because while I want to allow es6 in my test spec files I don't want that in my actual app. Angular supports this natively by having one tsconfig file for spec and another for the app. Would be nice if I could configure this plugin to support that. |
Any updates on this one? |
I've got the same issue. |
bump, same with Sublime 4 |
Wow I wish I saw this issue before messing around. This makes TS development untenable aside from the most basic of scenarios. |
Is it possible to set plugin path to tsconfig ?
The text was updated successfully, but these errors were encountered: