GT2/Ejectable/tsconfig.json

7 lines
88 B
JSON
Raw Normal View History

2021-08-21 07:45:27 +00:00
{
2021-08-16 07:50:50 +00:00
"extends": "expo/tsconfig.base",
"compilerOptions": {
2021-08-17 15:38:51 +00:00
"strict": true
2021-08-16 07:50:50 +00:00
}
2021-08-17 21:05:34 +00:00
}