Convert @babel/core to TypeScript (#12929)
Co-authored-by: Nicolò Ribaudo <nicolo.ribaudo@gmail.com>
This commit is contained in:
committed by
Nicolò Ribaudo
parent
c8a91d9eef
commit
a647b9ea6b
17
packages/babel-parser/tsconfig.json
Normal file
17
packages/babel-parser/tsconfig.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"extends": "../../tsconfig.base.json",
|
||||
"include": [
|
||||
"./typings"
|
||||
],
|
||||
"references": [
|
||||
{
|
||||
"path": "../babel-code-frame"
|
||||
},
|
||||
{
|
||||
"path": "../babel-helper-fixtures"
|
||||
},
|
||||
{
|
||||
"path": "../babel-helper-validator-identifier"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user