mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-07 22:31:18 -06:00
25 lines
593 B
JSON
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"
|
|
]
|
|
}
|