convert @babel/code-frame to typescript (#12433)

This commit is contained in:
Bogdan Savluk
2020-12-10 23:03:47 +01:00
committed by GitHub
parent 1290d215f1
commit a46cd643ab
3 changed files with 93 additions and 9 deletions

View File

@@ -18,6 +18,7 @@
"@babel/highlight": "workspace:^7.10.4"
},
"devDependencies": {
"@types/chalk": "^2.0.0",
"chalk": "^2.0.0",
"strip-ansi": "^4.0.0"
}