ecency-mobile/tsconfig.json

10 lines
184 B
JSON
Raw Normal View History

{
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"baseUrl": "src",
"paths": {
"*": ["*"]
},
"moduleResolution": "node"
}
}