UNPKG

nyc-config-tsx

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