Skip to content

Commit

Permalink
Merge pull request #5 from RealKinetic/fix-typescript-declarations
Browse files Browse the repository at this point in the history
Make types importable without specifying extension.
  • Loading branch information
alexandercampbell authored Oct 14, 2020
2 parents 42367dd + e53b2b3 commit e73ad50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
Cmd,
Sub,
callback,
} from './index.d';
} from './types';
import { firestore } from 'firebase';

/**
Expand Down
File renamed without changes.

0 comments on commit e73ad50

Please sign in to comment.