build: add turbo workspace manifests

This commit is contained in:
vince 2026-06-20 05:23:04 +02:00
parent 4eadd21f71
commit 87261b5a3f
9 changed files with 261 additions and 54 deletions

View file

@ -0,0 +1,8 @@
{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"baseUrl": "."
},
"include": ["src/**/*.ts", "src/**/*.tsx", ".storybook/**/*.ts"],
"exclude": ["dist", "node_modules", "storybook-static"]
}