feat: add placeholder apps (web-next, web-tanstack, cms, storybook)

This commit is contained in:
2026-04-06 14:09:21 +02:00
parent 1cbdb71111
commit 1cd9d6ffba
8 changed files with 123 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"extends": "@repo/typescript-config/react-library.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["src/**/*.ts", "src/**/*.tsx"],
"exclude": ["node_modules"]
}