mirror of
https://github.com/status-im/wakuconnect-chat-sdk.git
synced 2025-01-10 12:15:49 +00:00
a5fdd22d51
* feat: add blurview to topbar and composer with scroll position * fix: icon button component and adds scrolls var position for the top bar * fix: changes from review
11 lines
236 B
JSON
11 lines
236 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": ["12", "16", "20", "reactions", "./react-native-svg.d.ts"],
|
|
|
|
"compilerOptions": {
|
|
"outDir": "./dist",
|
|
"declarationDir": "dist/types",
|
|
"resolveJsonModule": true
|
|
}
|
|
}
|