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