mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com> Co-authored-by: Johannes <johannes@formbricks.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
19 lines
379 B
JSON
19 lines
379 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/nextjs.json",
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"compilerOptions": {
|
|
"downlevelIteration": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@prisma/client/*": ["@formbricks/database/client/*"],
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "next",
|
|
},
|
|
],
|
|
"strictNullChecks": true,
|
|
},
|
|
}
|