mirror of
https://github.com/run-llama/workflows-py.git
synced 2026-07-19 16:53:35 -04:00
8847b41d38
* Migrate main docs to Astro * Migrate mkdocs.yml to stripped-down form * Move up one level * Static should maybe be elsewhere * Linting
11 lines
157 B
JSON
11 lines
157 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@/*": [
|
|
"src/*"
|
|
]
|
|
}
|
|
}
|
|
}
|