Files
formbricks-formbricks/apps/formbricks-com/tsconfig.json
T
2023-04-14 15:53:00 +02:00

11 lines
251 B
JSON

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