Files
formbricks-formbricks/packages/ui/tsconfig.json
Piyush Gupta 1af1a92fec feat: granular team roles (#3975)
Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
Co-authored-by: Dhruwang <dhruwangjariwala18@gmail.com>
Co-authored-by: Johannes <72809645+jobenjada@users.noreply.github.com>
Co-authored-by: Johannes <johannes@formbricks.com>
2024-11-08 06:03:14 +00:00

18 lines
382 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"lib": ["ES2021.String"],
"paths": {
"@formbricks/ui/*": ["./*"]
}
},
"exclude": ["build", "node_modules"],
"extends": "@formbricks/config-typescript/react-library.json",
"include": [
".",
"../types/*.d.ts",
"../lib/templates.ts",
"../../apps/web/modules/analysis/components/RatingSmiley"
]
}