Files
sign/packages/lib/tsconfig.json

6 lines
157 B
JSON
Raw Normal View History

2023-07-31 13:53:55 +10:00
{
"extends": "@documenso/tsconfig/react-library.json",
2023-08-01 17:34:17 +10:00
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts"],
2023-07-31 13:53:55 +10:00
"exclude": ["dist", "build", "node_modules"]
}