mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Disable type checking in storybook (#232)
This commit is contained in:
@@ -33,14 +33,12 @@ module.exports = {
|
||||
loader: 'ts-loader',
|
||||
options: {
|
||||
appendTsSuffixTo: [/\.vue$/],
|
||||
transpileOnly: true // used with ForkTsCheckerWebpackPlugin
|
||||
transpileOnly: true
|
||||
},
|
||||
}
|
||||
],
|
||||
});
|
||||
|
||||
config.plugins.push(new ForkTsCheckerWebpackPlugin());
|
||||
|
||||
config.resolve.extensions.push('.ts', '.tsx');
|
||||
|
||||
// Return the altered config
|
||||
|
||||
@@ -29,10 +29,7 @@
|
||||
},
|
||||
"include": [
|
||||
"src/**/*.ts",
|
||||
"src/**/*.tsx",
|
||||
"src/**/*.vue",
|
||||
"tests/**/*.ts",
|
||||
"tests/**/*.tsx"
|
||||
"src/**/*.vue"
|
||||
],
|
||||
"exclude": [
|
||||
"node_modules"
|
||||
|
||||
Reference in New Issue
Block a user