GT2/Ejectable/tsconfig.json
2021-08-28 17:30:12 +00:00

7 lines
133 B
JSON

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