Files
formbricks-formbricks/apps/formbricks-com/tsconfig.json
2023-04-14 17:51:28 +02:00

16 lines
304 B
JSON

{
"extends": "@formbricks/tsconfig/nextjs.json",
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts", "../../packages/types/*.d.ts"],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
},
"plugins": [
{
"name": "next"
}
]
}