feat: improve monorepo dev experience

This commit is contained in:
2023-10-30 17:31:40 +01:00
parent f65fb52def
commit 8466976b3c
59 changed files with 157 additions and 2662 deletions

View File

@@ -1,3 +1,6 @@
{
"extends": "@openstapps/tsconfig"
"extends": "@openstapps/tsconfig",
"compilerOptions": {
"typeRoots": ["./node_modules/@openstapps/json-schema-generator/types"]
}
}