refactor: move inline templates to files and bump version to 1.3.8

This commit is contained in:
2026-04-15 17:53:07 -04:00
parent 527fdea4de
commit aeb5fb782b
12 changed files with 36 additions and 71 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"compilerOptions": {
"paths": {
"@styles/*": ["./styles/*"],
"@components/*": ["./components/*"]
}
}
}