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