mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
* Chore: moves setup checklist to RSC * fix other merge conflictsg * made code refactors * added TAction as return type for getActions * fixed build issues * fix environmentNotice component * refactor EnvironmentNotice component * fix js tests --------- Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
17 lines
334 B
JSON
17 lines
334 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/nextjs.json",
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "../../packages/types/*.d.ts"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"strictNullChecks": true
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
]
|
|
}
|