Files
sign/packages/trpc/tsconfig.json

6 lines
126 B
JSON
Raw Normal View History

2023-06-09 18:21:18 +10:00
{
"extends": "@documenso/tsconfig/react-library.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}