UNPKG

@storybook/builder-webpack4

Version:
8 lines 262 B
/** * Returns true if the framework can use the base TS config. * @param {string} framework */ export var useBaseTsSupport = function (framework) { // These packages both have their own TS implementation. return !['vue', 'angular'].includes(framework); };