18 lines
271 B
JSON
18 lines
271 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": [
|
|
"./typings"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../babel-code-frame"
|
|
},
|
|
{
|
|
"path": "../babel-helper-fixtures"
|
|
},
|
|
{
|
|
"path": "../babel-helper-validator-identifier"
|
|
}
|
|
]
|
|
}
|