Files
sign/packages/auth/tsconfig.json

9 lines
173 B
JSON
Raw Normal View History

2025-01-02 15:33:37 +11:00
{
"extends": "@documenso/tsconfig/react-library.json",
"include": ["."],
"exclude": ["dist", "build", "node_modules"],
"compilerOptions": {
"strict": true
}
}