mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
Extracts the API implementation to a package so we can potentially reuse it across different applications in the event that we move off using a Next.js API route. Additionally tidies up the tokens page and form to be more simplified.
9 lines
174 B
JSON
9 lines
174 B
JSON
{
|
|
"extends": "@documenso/tsconfig/react-library.json",
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
}
|
|
}
|