Files
sign/packages/ui/tsconfig.json

12 lines
216 B
JSON
Raw Permalink Normal View History

2023-06-09 18:21:18 +10:00
{
"extends": "@documenso/tsconfig/react-library.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
},
"include": ["."],
"exclude": ["dist", "build", "node_modules"]
}