status-web/packages/icons/tsconfig.json
marcelines a5fdd22d51
Add blur and IconButton variants (#340)
* 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
2023-02-10 17:25:13 +01:00

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
}
}