Skip to content

Commit

Permalink
Endrer config
Browse files Browse the repository at this point in the history
  • Loading branch information
chrhein committed Nov 22, 2024
1 parent 3ad096f commit 7fcd23b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/storybook/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
"declarationMap": true, // Generate source map for .d.ts files back to original .ts source file
"noUnusedLocals": true, // Report errors on unused locals
"noUnusedParameters": true, // Report errors on unused parameters
"noFallthroughCasesInSwitch": true, // Report errors for fallthrough cases in switch statement
"baseUrl": "./", // This should be the root of your project
"paths": {
"@/*": ["src/*"]
}
"noFallthroughCasesInSwitch": true // Report errors for fallthrough cases in switch statement
}
}

0 comments on commit 7fcd23b

Please sign in to comment.