Files
self/app/tsconfig.json
2025-06-04 11:37:32 +02:00

9 lines
182 B
JSON

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