keycard-exit/tsconfig.json
2024-09-13 08:22:13 +02:00

7 lines
120 B
JSON

{
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"noImplicitAny": false
}
}