mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 14:21:15 +08:00
Source-loader: Also disable typescript checking on intermediate file
This commit is contained in:
parent
2fac0f2eb6
commit
dbce4215c7
@ -17,6 +17,7 @@ export function transform(inputSource) {
|
||||
}) => {
|
||||
const preamble = `
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck
|
||||
// @ts-ignore
|
||||
var withSourceLoader = require('@storybook/source-loader/preview').withSource;
|
||||
// @ts-ignore
|
||||
|
Loading…
x
Reference in New Issue
Block a user