mirror of
https://github.com/formbricks/formbricks.git
synced 2026-02-05 10:36:06 -06:00
Co-authored-by: Johannes <johannes@formbricks.com> Co-authored-by: Matthias Nannt <mail@matthiasnannt.com>
13 lines
292 B
JSON
13 lines
292 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/react-library.json",
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"~/*": ["/*"],
|
|
},
|
|
"resolveJsonModule": true,
|
|
},
|
|
"include": [".", "../ui/Targeting/TargetingIndicator.tsx"],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
}
|