mirror of
https://github.com/zhigang1992/devhub.git
synced 2026-06-11 07:44:04 +08:00
18 lines
250 B
JSON
18 lines
250 B
JSON
{
|
|
"extends": "../../tsconfig.json",
|
|
"compilerOptions": {
|
|
"typeRoots": [
|
|
"../../@types",
|
|
"../../node_modules/@types"
|
|
]
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../core"
|
|
},
|
|
{
|
|
"path": "../components"
|
|
}
|
|
]
|
|
}
|