diff options
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index 35d9492ad..2b93dd0fb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,3 +1,10 @@ { - "extends": "@tsconfig/react-native/tsconfig.json" + "extends": "@tsconfig/react-native/tsconfig.json", + "compilerOptions": { + "paths": { + "lib/*": ["./src/lib/*"], + "state/*": ["./src/state/*"], + "view/*": ["./src/view/*"] + } + } } \ No newline at end of file |