convert @babel/helper-compilation-targets to typescript (#13218)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user