GT2/Ejectable/node_modules/expo-linking/tsconfig.json

9 lines
183 B
JSON
Raw Normal View History

2021-08-16 00:14:59 +00:00
{
"extends": "../expo-module-scripts/tsconfig.base",
"compilerOptions": {
"outDir": "./build"
},
"include": ["./src"],
"exclude": ["**/__mocks__/*", "**/__tests__/*"]
}