]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - client/src/typings.d.ts
Remove suppressImplicitAnyIndexErrors
[github/Chocobozzz/PeerTube.git] / client / src / typings.d.ts
... / ...
CommitLineData
1/* SystemJS module definition */
2// eslint-disable-next-line no-var
3declare var module: NodeModule
4
5interface NodeModule {
6 id: string
7}
8
9declare module 'markdown-it-emoji/light'