mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
28378dc3fd
* use babel-preset-typescript * run type-check in release process
4 lines
78 B
TypeScript
4 lines
78 B
TypeScript
import 'core-js/stable';
|
|
import 'regenerator-runtime/runtime';
|
|
import './ui';
|