main.js 261 B

123456789101112
  1. const config = require('../../base/base');
  2. module.exports = {
  3. ...config,
  4. "stories": [
  5. '../../../packages/(semi-animation-react|semi-animation-styled)/_story/*.react.stories.(js|jsx)',
  6. ],
  7. typescript: {
  8. check: false,
  9. checkOptions: {}
  10. },
  11. };