mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
10 lines
201 B
JSON
10 lines
201 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"jsx": "react",
|
|
"strict": false,
|
|
"typeRoots": ["./types", "./node_modules/@types"]
|
|
},
|
|
"exclude": ["node_modules", "types"]
|
|
}
|