mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-03 20:30:33 -06:00
Co-authored-by: pandeymangg <anshuman.pandey9999@gmail.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
19 lines
439 B
JSON
19 lines
439 B
JSON
{
|
|
"extends": "@formbricks/config-typescript/nextjs.json",
|
|
"include": [".", "../types/*.d.ts"],
|
|
"exclude": ["dist", "build", "node_modules", "../../packages/types/surveys.d.ts"],
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@prisma/client/*": ["@formbricks/database/client/*"]
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
],
|
|
"strictNullChecks": true
|
|
}
|
|
}
|