UNPKG

smartech-base-expo-plugin

Version:

Smartech Base Expo SDK's React Native Plugin For React Native Projects.

15 lines 286 B
{ "extends": "expo-module-scripts/tsconfig.plugin", "compilerOptions": { "esModuleInterop": true, "skipLibCheck": true, "outDir": "./build" }, "include": [ "./src" ], "exclude": [ "**/__mocks__/*", "**/__tests__/*" ] }