keycard-exit/tsconfig.json

7 lines
120 B
JSON

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