1
0
mirror of synced 2024-11-23 23:01:00 +01:00
eAMEMu_RN/tsconfig.json

7 lines
139 B
JSON
Raw Permalink Normal View History

{
2023-02-07 16:06:05 +01:00
"extends": "@tsconfig/react-native/tsconfig.json",
"compilerOptions": {
"types": ["@types/styled-components-react-native"]
}
}