mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-07 19:30:07 -05:00
cf4eec5134
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com>
14 lines
311 B
JSON
14 lines
311 B
JSON
{
|
|
"extends": "@formbricks/config-typescript/nextjs.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"resolveJsonModule": true,
|
|
"strictNullChecks": true
|
|
},
|
|
"include": [".", "../../packages/types/*.d.ts"],
|
|
"exclude": ["dist", "build", "node_modules"]
|
|
}
|