mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com> Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com> Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> Co-authored-by: Johannes <johannes@formbricks.com>
19 lines
477 B
JSON
19 lines
477 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/modules/utils/hooks"]
|
|
}
|