Files
sign/packages/trpc/tsconfig.json

9 lines
174 B
JSON
Raw Permalink Normal View History

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