Skip to content
This repository has been archived by the owner on Jun 7, 2019. It is now read-only.

Add a new template for .nycrc for TypeScript files #814

Closed
ishantiw opened this issue Oct 12, 2018 · 0 comments
Closed

Add a new template for .nycrc for TypeScript files #814

ishantiw opened this issue Oct 12, 2018 · 0 comments

Comments

@ishantiw
Copy link
Contributor

Description

Currently we are moving packages to TypeScript and for that we need to change babel plugin configuration to process .ts files.

We need to create a new template file for .nycrc file under /templates folder. We will symlink this file in the root of packages that are migrated to TypeScript.

Below is the configuration.

 {
	"exclude": ["test/**", "**/*.d.ts"],
	"extension": [".ts"]
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants