Files
sign/packages/lib/tsconfig.json

9 lines
239 B
JSON
Raw Permalink Normal View History

2023-07-31 13:53:55 +10:00
{
"extends": "@documenso/tsconfig/react-library.json",
"compilerOptions": {
"types": ["@documenso/tsconfig/process-env.d.ts"]
},
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"]
}