fix: add items from stash

This commit is contained in:
Mythie
2023-08-30 16:36:22 +10:00
parent bfe0d50661
commit 249211bd4f
11 changed files with 129 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
{
"extends": "@documenso/tsconfig/react-library.json",
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts"],
"exclude": ["dist", "build", "node_modules"]
}