{ "extends": "@formbricks/tsconfig/react-library.json", "compilerOptions": { "baseUrl": ".", "paths": { "~/*": ["/*"] }, "resolveJsonModule": true }, "include": ["."], "exclude": ["dist", "build", "node_modules"] }