Files
formbricks-formbricks/packages/lib/tsconfig.json
Dhruwang Jariwala a8563ad905 feat: Onboarding revamp (#2073)
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>
2024-02-28 21:35:10 +01:00

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,
},
}