mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-30 11:41:05 -05:00
ddf7ad8475
Co-authored-by: Piyush Gupta <piyushguptaa2z123@gmail.com>
13 lines
303 B
JSON
13 lines
303 B
JSON
{
|
|
"extends": "@formbricks/config-typescript/react-library.json",
|
|
"include": [".", "../types/*.d.ts", "../lib/templates.ts"],
|
|
"exclude": ["build", "node_modules"],
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@formbricks/ui/*": ["./*"]
|
|
},
|
|
"lib": ["ES2021.String"]
|
|
}
|
|
}
|