{ "compilerOptions": { "baseUrl": ".", "paths": { "@/*": ["./src/*"] }, "strict": true }, "exclude": ["dist", "build", "node_modules"], "extends": "@formbricks/config-typescript/react-native-library.json", "include": ["."] }