mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
19 lines
436 B
JSON
19 lines
436 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"noUncheckedIndexedAccess": true,
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "next"
|
|
}
|
|
],
|
|
"strictNullChecks": true
|
|
},
|
|
"exclude": ["../../.env", "node_modules"],
|
|
"extends": "@formbricks/config-typescript/nextjs.json",
|
|
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "../../packages/types/*.d.ts"]
|
|
}
|