pdf2markdown/third_party/MinerU/projects/web/tsconfig.json

12 lines
198 B
JSON

{
"files": [],
"compilerOptions": {
// ... other options ...
"types": ["node"]
},
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
]
}