mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
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>
18 lines
382 B
JSON
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"
|
|
]
|
|
}
|