GT2/Ejectable/tsconfig.json

7 lines
86 B
JSON
Raw Normal View History

2021-08-16 07:50:50 +00:00
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
2021-08-16 22:39:34 +00:00
"strict": false
2021-08-16 07:50:50 +00:00
}
}