pvern/tsconfig.json
2023-03-20 22:37:20 +01:00

7 lines
89 B
JSON

{
"compilerOptions": {
"module": "ESNext"
},
"extends": "expo/tsconfig.base"
}