Files
self/app/tsconfig.json
2024-03-23 11:53:58 -07:00

9 lines
130 B
JSON

{
"extends": "@tsconfig/react-native/tsconfig.json",
"compilerOptions": {
"lib": [
"dom",
"esnext"
]
}
}