Files
AuthenticationSdk/tsconfig.json
mansi-dev 967e70b72d Initial commit
Generated by react-native@0.83.1
2026-01-08 22:58:37 +05:30

9 lines
185 B
JSON

{
"extends": "@react-native/typescript-config",
"compilerOptions": {
"types": ["jest"],
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["**/node_modules", "**/Pods"]
}