Skip to content

Commit

Permalink
Adds ts-node/register/transpile-only as require option
Browse files Browse the repository at this point in the history
  • Loading branch information
godu committed Jun 5, 2019
1 parent c4e8b8e commit b14a37e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nyc-config-typescript/README.md
Expand Up @@ -23,7 +23,7 @@ And write a `.nycrc` that looks like this:
}
```

This package specifies the `cache`, `exclude`, and `extension` options for you - only override those if you absolutely must.
This package specifies the `cache`, `require`, `exclude`, and `extension` options for you - only override those if you absolutely must.

## Running Tests

Expand Down
3 changes: 3 additions & 0 deletions packages/nyc-config-typescript/index.json
Expand Up @@ -13,5 +13,8 @@
"**/*{.,-}{test,spec}.ts",
"**/__tests__/**",
"**/node_modules/**"
],
"require": [
"ts-node/register/transpile-only"
]
}

0 comments on commit b14a37e

Please sign in to comment.