-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: adding first option
require
Allow requiring any module, e.g. to be able to require `.tsx?` files with ts-node. + `dependencies`: - `commander` provides nice way of printing usage information from the configuration, and is actively maintained, well documented and has no dependencies + `devDependencies` - `testdouble` good enough for what I need, much less dependencies then sinon - `ts-node` (was already present via `tap`, but now it's explicit
- Loading branch information
Showing
5 changed files
with
777 additions
and
616 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.