UNPKG

expo-haptics

Version:

Provides access to the system's haptics engine on iOS, vibration effects on Android, and Web Vibration API on web.

11 lines (10 loc) 237 B
{ "extends": "expo-module-scripts/tsconfig.base", "compilerOptions": { "rootDir": "./src", "outDir": "./build", "emitDeclarationOnly": true }, "include": ["./src"], "exclude": ["**/__mocks__/*", "**/__tests__/*"] }