Files
sign/packages/auth/tsconfig.json
Mythie f7a98180d7 wip
2025-01-30 14:54:15 +11:00

9 lines
173 B
JSON

{
"extends": "@documenso/tsconfig/react-library.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"],
"compilerOptions": {
"strict": true
}
}