Files
tesseract/web/tsconfig.json

14 lines
213 B
JSON
Raw Normal View History

2024-11-12 00:31:10 +00:00
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
}
}