1
0
mirror of synced 2025-02-12 08:32:56 +01:00
eAMEMu_RN/tsconfig.json

7 lines
139 B
JSON
Raw Normal View History

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