storybook/docs/_snippets/storybook-coverage-report-vue.md
2024-11-17 16:46:37 +00:00

400 B

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