about summary refs log tree commit diff
path: root/tsconfig.json
blob: 2b93dd0fb78534d8c25b67a685f579b8c71dc9db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "extends": "@tsconfig/react-native/tsconfig.json",
  "compilerOptions": {
    "paths": {
      "lib/*": ["./src/lib/*"],
      "state/*": ["./src/state/*"],
      "view/*": ["./src/view/*"]
    }
  }
}