GT2/Ejectable/tsconfig.json

7 lines
89 B
JSON
Raw Normal View History

2021-08-22 04:30:04 +00:00
{
"extends": "expo/tsconfig.base",
2021-08-16 07:50:50 +00:00
"compilerOptions": {
2021-08-17 15:38:51 +00:00
"strict": true
2021-08-16 07:50:50 +00:00
}
2021-08-22 04:30:04 +00:00
}