-
Notifications
You must be signed in to change notification settings - Fork 13
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
TypeScript config validation #74
Comments
I actually think we can completely drop the tsconfig.build.json. bob can run tsc with the existing tsconfig and overwrite specific parameters. |
In addition, bob should bootstrap the TypeScript config and generate the paths config based on the packages exports map within the mono repository.
|
@n1ru4l I agree. Bob can generate |
I wonder if this issue is the best place for it but should we also use tsconfig bases centralized recommendations repo in our configs and have Bob validate that we do? |
Bob should probably check the tsconfig.json file within the projects and then yell at you in case you are doing something you probably should not do.
In a lot of projects we use the
tsconfig.json
andtsconfig.build.json
pattern,tsconfig.build.json
could potentially be completely life within bob.The text was updated successfully, but these errors were encountered: