GT2/Ejectable/node_modules/expo-splash-screen/plugin/tsconfig.json
2021-08-16 00:14:59 +00:00

9 lines
202 B
JSON

{
"extends": "expo-module-scripts/tsconfig.plugin",
"compilerOptions": {
"outDir": "build",
"rootDir": "src"
},
"include": ["./src"],
"exclude": ["**/__mocks__/*", "**/__tests__/*"]
}