Files
formbricks-formbricks/apps/docs/tsconfig.json
2025-01-09 04:53:10 +00:00

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"]
}