storybook/docs/_snippets/storybook-coverage-report-vue.md
2024-06-13 17:53:08 +01:00

312 B

export default {
  // Other configuration options
  extension: ['.js', '.cjs', '.mjs', '.ts', '.tsx', '.jsx', '.vue'],
};
{
  "extension": [".js", ".cjs", ".mjs", ".ts", ".tsx", ".jsx", ".vue"]
}