Files
formbricks-formbricks/packages/lib/tsconfig.json
Piyush Gupta 02b25138ef chore: API key types (#4610)
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com>
2025-01-17 10:36:29 +00:00

25 lines
593 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"downlevelIteration": true,
"paths": {
"@prisma/client/*": ["@formbricks/database/client/*"]
},
"plugins": [
{
"name": "next"
}
],
"strictNullChecks": true
},
"exclude": ["dist", "build", "node_modules", "../../packages/types/surveys.d.ts"],
"extends": "@formbricks/config-typescript/nextjs.json",
"include": [
".",
"../types/*.d.ts",
"../../apps/web/lib/cache/contact-attribute-key.ts",
"../../apps/web/modules/utils/hooks",
"../../apps/web/lib/cache/api-key.ts"
]
}