mirror of
https://github.com/documenso/documenso
synced 2026-04-21 21:37:18 +00:00
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,
|
||
|
|
}
|
||
|
|
}
|