convert @babel/helper-module-transforms to typescript (#12928)

Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
Bogdan Savluk
2021-03-27 01:40:32 +01:00
committed by GitHub
parent e5e37b94a5
commit 6ac07a1647
6 changed files with 124 additions and 72 deletions

View File

@@ -208,3 +208,7 @@ declare module "@babel/highlight" {
declare module "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining" {
declare module.exports: any;
}
declare module "@babel/helper-module-transforms" {
declare module.exports: any;
}