convert @babel/helper-compilation-targets to typescript (#13218)

Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
Bogdan Savluk
2021-05-21 00:20:42 +02:00
committed by GitHub
parent 12190042e6
commit 8b1bcd1079
16 changed files with 58 additions and 56 deletions

View File

@@ -216,3 +216,7 @@ declare module "@babel/helper-module-transforms" {
declare module "@babel/plugin-transform-classes" {
declare module.exports: any;
}
declare module "@babel/helper-compilation-targets" {
declare module.exports: any;
}