UNPKG

@istanbuljs/nyc-config-typescript

Version:

nyc configuration that works with typescript

9 lines (6 loc) 180 B
'use strict'; const { parserPlugins } = require('@istanbuljs/schema').defaults.nyc; module.exports = { cache: false, parserPlugins: parserPlugins.concat('typescript') };