fix: improve typesafety

This commit is contained in:
Mythie
2023-07-31 13:53:55 +10:00
parent 664357d166
commit 0fca2e9f4e
4 changed files with 36 additions and 21 deletions

View File

@ -0,0 +1,5 @@
{
"extends": "@documenso/tsconfig/react-library.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}