mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-08 11:11:53 +08:00
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
```js
|
|
// .nyc.config.js
|
|
|
|
export default {
|
|
// Other configuration options
|
|
extension: ['.js', '.cjs', '.mjs', '.ts', '.tsx', '.jsx', '.vue'],
|
|
};
|
|
```
|