improve typecheck setup

This commit is contained in:
itsMapleLeaf
2023-03-12 19:44:59 -05:00
parent 33841a0c84
commit 7ac1a9cdce
9 changed files with 19 additions and 43 deletions

8
tsconfig.json Normal file
View File

@@ -0,0 +1,8 @@
{
"files": [],
"references": [
{ "path": "packages/reacord" },
{ "path": "packages/website" },
{ "path": "packages/helpers" }
]
}