-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I just wanted to start by opening a discussion on the options we expose for users and see if we can pick some some common ones together. Maybe too formal and boring to get started, but bear with me.
- compiler Set the compiler (E.g.
ntypescript) - disableWarnings Disable warnings (not recommended to use, but handy for the REPL)
- ignoreWarnings Disable error codes (not recommended to use, but useful for alpha software like Angular 2)
- project Set the source directory to read
tsconfig.json- https://github.com/TypeStrong/ts-node#configuration-options Originally allowed setting
configFile, butprojectis standard and doesn't break the ecosystem - https://github.com/TypeStrong/ts-loader#compiler-string-defaulttypescript Currently using
configFileName
- https://github.com/TypeStrong/ts-node#configuration-options Originally allowed setting
Please add your own and I'll keep this up to date, and once we close up I can make a module that we can re-use across the compiler repos to normalize this information 😄 Also, if you think one of the above options are wrong or incorrect, definitely point it out 👍
Edit: FWIW, this is awesome - thanks @jbrantly and @smrq for moving your repos, it looks great!
Metadata
Metadata
Assignees
Labels
No labels