flowconfig TsStub

Reviewed By: passy

Differential Revision: D16647501

fbshipit-source-id: ed92153fcf48574c5ae032131cb8d8dc4b00baf2
This commit is contained in:
Daniel Büchele
2019-08-05 10:25:52 -07:00
committed by Facebook Github Bot
parent 5aadbde4b9
commit 262b1fd4a9
2 changed files with 5 additions and 8 deletions

3
flow-typed/TsStub.js vendored Normal file
View File

@@ -0,0 +1,3 @@
declare module TsStub {
declare module.exports: any;
}