build: add turbo workspace manifests

This commit is contained in:
vince 2026-06-20 05:23:04 +02:00
commit e68eb2efee
3 changed files with 76 additions and 0 deletions

8
tsconfig.json Normal file
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"]
}