ssap_app/node_modules/expo-modules-core/tsconfig.json

10 lines
235 B
JSON

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