sbatson5 / firestore-jest-mock

Jest Helper library for mocking Cloud Firestore
https://www.npmjs.com/package/firestore-jest-mock
178 stars 59 forks source link

Changes for Typescript #26

Closed nicollite closed 4 years ago

nicollite commented 4 years ago

Description

Change tsconfig file for build the sorce code in typescript into js and add config for later testing with with jest directly in ts. Also change package.json to get the compiled files with "main" and "types" to get the typescript interfaces and types

nicollite commented 4 years ago

Get wrong commits for this pull request