xref: /expo/tsconfig.json (revision 8af233e4)
1{
2  "compilerOptions": {
3    "jsx": "react",
4    "baseUrl": ".",
5    "paths": {
6      "*": ["ts-declarations/*", "node_modules/*"]
7    }
8  }
9}
10