Skip to content

Instantly share code, notes, and snippets.

View LeslieOA's full-sized avatar
🏠
IPFS PubSub, Hypercore, SSB, Matrix, GUN or Swarm?

Leslie Owusu-Appiah LeslieOA

🏠
IPFS PubSub, Hypercore, SSB, Matrix, GUN or Swarm?
View GitHub Profile
@LeslieOA
LeslieOA / babel.config.js
Created August 20, 2020 13:33
Expo TypeScript Absolute Path's
module.exports = function(api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
plugins: [
[
'module-resolver',
{
root: ['./src'],
extensions: [