Files
self/app/tsconfig.json
2024-08-26 15:45:19 +02:00

13 lines
199 B
JSON

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