GT2/Ejectable/tsconfig.json
2021-08-26 03:46:39 +00:00

7 lines
136 B
JSON

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