keycard-exit/tsconfig.json

7 lines
120 B
JSON
Raw Normal View History

{
2024-09-11 17:07:54 +00:00
"extends": "@react-native/typescript-config/tsconfig.json",
2024-09-13 06:18:57 +00:00
"compilerOptions": {
"noImplicitAny": false
}
}