ollama/web/jsconfig.json

8 lines
73 B
JSON
Raw Normal View History

2023-07-03 07:52:40 +08:00
{
"compilerOptions": {
"paths": {
"@/*": ["./*"]
}
}
}