mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
mobile: add path for packages in tsconfig
This commit is contained in:
@@ -7,7 +7,10 @@
|
||||
"jsx": "react-native",
|
||||
"noEmit": true,
|
||||
"maxNodeModuleJsDepth": 6,
|
||||
"types": ["node", "jest", "detox"]
|
||||
"types": ["node", "jest", "detox"],
|
||||
"paths": {
|
||||
"@notesnook/*": ["../../packages"]
|
||||
}
|
||||
},
|
||||
"exclude": ["native"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user