documenso/packages/trpc/tsconfig.json

9 lines
174 B
JSON
Raw Normal View History

2023-06-09 08:21:18 +00:00
{
"extends": "@documenso/tsconfig/react-library.json",
"include": ["."],
2023-11-22 13:03:15 +00:00
"exclude": ["dist", "build", "node_modules"],
"compilerOptions": {
"strict": true,
}
2023-06-09 08:21:18 +00:00
}