mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 05:42:33 +03:00
updated tsconfig to resolve module imports error
This commit is contained in:
parent
c1acf733d4
commit
a260481054
@ -1,3 +1,10 @@
|
|||||||
{
|
{
|
||||||
"extends": "@react-native/typescript-config/tsconfig.json"
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
||||||
|
"compilerOptions": {
|
||||||
|
"baseUrl": "src",
|
||||||
|
"paths": {
|
||||||
|
"*": ["*"]
|
||||||
|
},
|
||||||
|
"moduleResolution": "node"
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user