13 lines
382 B
JSON
13 lines
382 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|
|
} |