xref: /expo/packages/@expo/cli/tsconfig.json (revision b31f747d)
18d307f52SEvan Bacon{
2082815dcSEvan Bacon  "extends": "../../../tsconfig.node",
38d307f52SEvan Bacon  "include": ["./src"],
4*b31f747dSMark Lawlor  "exclude": ["**/__mocks__/*", "**/__tests__/*", "**/__typetests__/*"],
529975bfdSEvan Bacon  "compilerOptions": {
629975bfdSEvan Bacon    "outDir": "./build",
729975bfdSEvan Bacon    "typeRoots": [
829975bfdSEvan Bacon      "ts-declarations",
929975bfdSEvan Bacon      "../../expo-module-scripts/ts-declarations",
1029975bfdSEvan Bacon      "../../../node_modules/@types"
11082815dcSEvan Bacon    ]
1229975bfdSEvan Bacon  }
138d307f52SEvan Bacon}
14