mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 14:18:32 +03:00
10 lines
184 B
JSON
10 lines
184 B
JSON
{
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"baseUrl": "src",
|
|
"paths": {
|
|
"*": ["*"]
|
|
},
|
|
"moduleResolution": "node"
|
|
}
|
|
} |