Files
sign/packages/email/tsconfig.json

11 lines
265 B
JSON
Raw Normal View History

{
"extends": "@documenso/tsconfig/react-library.json",
2023-09-28 12:27:04 +10:00
"compilerOptions": {
"types": [
"@documenso/tsconfig/process-env.d.ts",
]
},
2023-08-01 17:34:17 +10:00
"include": ["**/*.ts", "**/*.tsx", "**/*.d.ts", "**/*.json"],
"exclude": ["dist", "build", "node_modules"]
}