9 lines
173 B
JSON
9 lines
173 B
JSON
|
|
{
|
||
|
|
"extends": "@documenso/tsconfig/react-library.json",
|
||
|
|
"include": ["."],
|
||
|
|
"exclude": ["dist", "build", "node_modules"],
|
||
|
|
"compilerOptions": {
|
||
|
|
"strict": true
|
||
|
|
}
|
||
|
|
}
|