2023-06-24 14:59:08 +10:00
|
|
|
{
|
|
|
|
|
"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"],
|
2023-06-24 14:59:08 +10:00
|
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
|
|
|
}
|