build: add turbo workspace manifests
This commit is contained in:
commit
e68eb2efee
3 changed files with 76 additions and 0 deletions
8
tsconfig.json
Normal file
8
tsconfig.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"compilerOptions": {
|
||||
"baseUrl": "."
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.tsx", ".storybook/**/*.ts"],
|
||||
"exclude": ["dist", "node_modules", "storybook-static"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue