1
0
mirror of https://github.com/tooot-app/app synced 2025-01-24 07:30:46 +01:00
tooot/tsconfig.json
Zhiyuan Zheng c7a4129b82
Basic actions work, with some bugs
One bug: https://github.com/tootsuite/mastodon/issues/3166

Another bug, still seems `extraData` does not work that well for `FlatList`
2020-11-01 01:57:53 +01:00

18 lines
356 B
JSON

{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"jsx": "react-native",
"lib": ["dom", "esnext"],
"moduleResolution": "node",
"noEmit": true,
"skipLibCheck": true,
"resolveJsonModule": true,
"strict": true,
"baseUrl": ".",
"paths": {
"src/*": ["src/*"]
}
},
"exclude": ["node_modules"]
}