mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
13 lines
299 B
JSON
13 lines
299 B
JSON
{
|
|
"extends": "@formbricks/tsconfig/js-library.json",
|
|
"include": ["."],
|
|
"exclude": ["dist", "build", "node_modules"],
|
|
"compilerOptions": {
|
|
"baseUrl": "packages/lib",
|
|
"paths": {
|
|
"@/*": ["../../apps/web/*"],
|
|
"@prisma/client/*": ["@formbricks/database/client/*"]
|
|
}
|
|
}
|
|
}
|