mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
Allow for the deletion of any document with notifications of document cancellation for pending documents.
9 lines
239 B
JSON
9 lines
239 B
JSON
{
|
|
"extends": "@documenso/tsconfig/react-library.json",
|
|
"compilerOptions": {
|
|
"types": ["@documenso/tsconfig/process-env.d.ts"]
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|