GT2/Ejectable/tsconfig.json
2021-08-30 00:19:58 +00:00

7 lines
135 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"suppressImplicitAnyIndexErrors": true,
"strict": true
}
}