expo-status-bar
Version:
Provides the same interface as the React Native StatusBar API, but with slightly different defaults to work great in Expo environments.
13 lines • 379 B
JSON
{
"extends": "/Users/brentvatne/code/expo/packages/expo-status-bar/tsconfig.json",
"compilerOptions": {
"module": "esnext",
"typeRoots": [
"./node_modules/@types",
"../node_modules/@types",
"../../node_modules/@types",
"../../../node_modules/@types",
"/Users/brentvatne/code/expo/packages/expo-module-scripts/ts-declarations"
]
}
}