Guest User

Untitled

a guest
Nov 24th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. module.exports = {
  2. components: 'src/components/**/*.{ts,tsx}',
  3. propsParser: require('react-docgen-typescript').parse,
  4. webpackConfig: require('react-scripts-ts/config/webpack.config.dev.js'),
  5. ignore: [
  6. 'src/setupTests.ts',
  7. '**/*.spec.ts',
  8. '**/*.spec.tsx',
  9. '**/*.test.ts',
  10. '**/*.test.tsx',
  11. '**/*.d.ts'
  12. ]
  13. }
Add Comment
Please, Sign In to add comment