Skip to content
Prev Previous commit
Next Next commit
Fix tsconfig options
  • Loading branch information
DustinJSilk committed Jan 16, 2023
commit 4a204bae78eee9d8643b7c56215ba1a08c3fd084
3 changes: 2 additions & 1 deletion starters/features/storybook/.storybook/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"extends": "../tsconfig.json",
"compilerOptions": {
"emitDecoratorMetadata": true,
"composite": true
"experimentalDecorators": true,
"rootDir": "../"
},
"exclude": ["../**/*.spec.ts", "../**/*.test.ts", "../**/*.spec.tsx", "../**/*.test.tsx"],
"include": [
Expand Down