GT2/Ejectable/tsconfig.json

8 lines
135 B
JSON

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