Fix typo in index.ts
This commit is contained in:
parent
2384092e9e
commit
61a7846149
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import { Reply } from '../conversation/Reply';
|
||||||
|
|
||||||
// TypeScript wants two things when you import:
|
// TypeScript wants two things when you import:
|
||||||
// 1) a normal typescript file
|
// 1) a normal typescript file
|
||||||
// 2) a javascript file with type definiitions
|
// 2) a javascript file with type definitions
|
||||||
// Anything else will raise an error, that it can't find the module. And so, we ignore...
|
// Anything else will raise an error, that it can't find the module. And so, we ignore...
|
||||||
|
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue