2023-02-04 10:26:47 +08:00
|
|
|
{
|
2025-04-02 17:28:02 +08:00
|
|
|
"extends": "../../tsconfig.base.json",
|
|
|
|
"files": [],
|
|
|
|
"include": [],
|
|
|
|
"references": [
|
|
|
|
{
|
|
|
|
"path": "./tsconfig.build.json"
|
|
|
|
},
|
2025-04-07 18:31:09 +08:00
|
|
|
{
|
|
|
|
"path": "./tsconfig.bun.json"
|
|
|
|
},
|
2025-04-02 17:28:02 +08:00
|
|
|
{
|
|
|
|
"path": "./tsconfig.spec.json"
|
|
|
|
}
|
|
|
|
]
|
2025-03-04 21:00:28 +08:00
|
|
|
}
|