convert @babel/generator to TypeScript (#12487)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
@@ -172,3 +172,8 @@ declare module "@babel/helper-split-export-declaration" {
|
||||
declare module "@babel/traverse" {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
declare module "@babel/generator" {
|
||||
declare module.exports: any;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user