migrate workflow to TS

Summary: Updates scarf workflow to generate TypeScript plugins

Reviewed By: passy

Differential Revision: D16940711

fbshipit-source-id: 5005013512bad969833669c6b0b911d55ea5cd79
This commit is contained in:
Daniel Büchele
2019-08-23 09:30:49 -07:00
committed by Facebook Github Bot
parent acf7eb1080
commit 7ed9e8e670
2 changed files with 2 additions and 2 deletions

View File

@@ -174,3 +174,4 @@ export {
export {InspectorSidebar} from './ui/components/elements-inspector/sidebar';
export {Console} from './ui/components/console';
export {default as Sheet} from './ui/components/Sheet';
export {KeyboardActions} from './MenuBar';