Fix TypeScript baseUrl deprecation and clean up Storybook story pattern

Remove deprecated baseUrl from tsconfig.app.json (paths work without it
in modern TS). Remove unused .mdx pattern from Storybook story glob.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-20 14:36:01 +10:00
parent dbf6a5870d
commit 592635e7ce
2 changed files with 2 additions and 4 deletions

View File

@@ -23,9 +23,8 @@
"noFallthroughCasesInSwitch": true,
/* Path alias */
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
"@/*": ["./src/*"]
}
},
"include": ["src"]