xref: /expo/packages/@expo/env/tsconfig.json (revision 6a750d06)
1*6a750d06SEvan Bacon{
2*6a750d06SEvan Bacon  "extends": "../../../tsconfig.node",
3*6a750d06SEvan Bacon  "include": ["./src"],
4*6a750d06SEvan Bacon  "exclude": ["**/__mocks__/*", "**/__tests__/*"],
5*6a750d06SEvan Bacon  "compilerOptions": {
6*6a750d06SEvan Bacon    "outDir": "./build",
7*6a750d06SEvan Bacon    "typeRoots": ["../cli/ts-declarations"]
8*6a750d06SEvan Bacon  }
9*6a750d06SEvan Bacon}
10