feat: add tsconfig.json
Adds a `tsconfig.json` file in the root so that typecheck checks only local package and not the entire dependency tree.
This commit is contained in:
parent
48466d3a03
commit
1269209d15
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"extends": "../../../tsconfig.json",
|
||||
"include": [
|
||||
"src/**/*"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue