mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 00:51:04 +08:00
9 lines
222 B
TypeScript
9 lines
222 B
TypeScript
// tslint:disable-next-line: no-var-requires
|
|
const packageJson = require('../../package.json');
|
|
|
|
export default {
|
|
packageJson,
|
|
framework: 'html',
|
|
frameworkPresets: [require.resolve('./framework-preset-html.js')],
|
|
};
|