Source-loader: Also disable typescript checking on intermediate file

This commit is contained in:
Michael Shilman 2020-01-16 18:47:26 +08:00
parent 2fac0f2eb6
commit dbce4215c7

View File

@ -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