GT2/Ejectable/node_modules/expo-splash-screen/.expo/tsconfig.jest.json

13 lines
382 B
JSON
Raw Normal View History

2021-08-16 00:14:59 +00:00
{
"extends": "/Users/brentvatne/code/expo/packages/expo-splash-screen/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"
]
}
}