-
Notifications
You must be signed in to change notification settings - Fork 196
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
Add ability to import files from tsconfig #7
Labels
Milestone
Comments
I believe const ast = new Ast({
tsConfigFilePath: "tsconfig.json",
addFilesFromTsConfig: true
}); ...with it defaulting to |
I don't believe it's worth it to work on this until |
dsherret
added a commit
that referenced
this issue
Jul 2, 2017
Also, stopped automatically loading a tsconfig.json and use the real default compiler options from the compiler. I think automatically loading a tsconfig.json could cause confusion and I'd rather people be explicit about what they want to load with this library.
dsherret
added a commit
that referenced
this issue
Jul 15, 2017
dsherret
added a commit
that referenced
this issue
Jan 6, 2018
BREAKING CHANGE: Files are added based on the tsconfig by default. `getCompilerOptionsFromTsConfig` now returns an object that includes the diagnostics.
dsherret
added a commit
that referenced
this issue
May 14, 2019
BREAKING CHANGE: Files are added based on the tsconfig by default. `getCompilerOptionsFromTsConfig` now returns an object that includes the diagnostics.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: