mirror of
https://gitee.com/bitdance-team/chrome-extension
synced 2025-01-11 06:08:15 +08:00
14 lines
193 B
JSON
14 lines
193 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"include": [],
|
|
"files": [],
|
|
|
|
"references": [{
|
|
"path": "./tsconfig.app.json"
|
|
},
|
|
{
|
|
"path": "./tsconfig.spec.json"
|
|
}
|
|
]
|
|
}
|