Files
workflows-py/docs/tsconfig.json
T
Laurie Voss 8847b41d38 Migrate main docs to Astro (#122)
* Migrate main docs to Astro

* Migrate mkdocs.yml to stripped-down form

* Move up one level

* Static should maybe be elsewhere

* Linting
2025-10-02 13:34:30 -07:00

11 lines
157 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": [
"src/*"
]
}
}
}