mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-04-06 07:58:37 +07:00
12 lines
198 B
JSON
12 lines
198 B
JSON
{
|
|
"files": [],
|
|
"compilerOptions": {
|
|
// ... other options ...
|
|
"types": ["node"]
|
|
},
|
|
"references": [
|
|
{ "path": "./tsconfig.app.json" },
|
|
{ "path": "./tsconfig.node.json" }
|
|
]
|
|
}
|