mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 07:43:16 +10:00
6 lines
170 B
JSON
6 lines
170 B
JSON
{
|
|
"extends": "@documenso/tsconfig/react-library.json",
|
|
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts", "**/*.json"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|