frostbyte-native/tsconfig.json

6 lines
84 B
JSON
Raw Normal View History

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true
}
2023-12-14 19:17:42 +01:00
}