1
0
mirror of https://gitee.com/bitdance-team/chrome-extension synced 2025-01-11 06:08:15 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee
chrome-extension/packages/plugin-ui/tsconfig.json
2022-01-26 18:46:54 +08:00

14 lines
193 B
JSON

{
"extends": "../../tsconfig.base.json",
"include": [],
"files": [],
"references": [{
"path": "./tsconfig.app.json"
},
{
"path": "./tsconfig.spec.json"
}
]
}