add module declaration for external untyped modules

This commit is contained in:
mdgriffith 2020-07-25 11:20:32 -04:00
parent 0e11243943
commit d61069a30a
2 changed files with 3 additions and 0 deletions

View File

@ -1 +1,2 @@
declare module 'node-elm-compiler'; declare module 'node-elm-compiler';
declare module 'tree-sitter-elm';

2
src/node-elm-compiler.d.ts vendored Normal file
View File

@ -0,0 +1,2 @@
declare module 'node-elm-compiler';
declare module 'tree-sitter-elm';