Files
self/app/tsconfig.json
2024-10-17 19:15:58 -07:00

13 lines
208 B
JSON

{
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"lib": [
"dom",
"esnext"
]
},
"typeRoots": [
"./node_modules/@types",
"./src/types"
]
}