mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
Implementation of a universal upload allowing for multiple storage backends starting with `database` and `s3`. Allows clients to put and retrieve files from either client or server using a blend of client and server actions.
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"]
|
|
}
|