feat: add title to note pages

This commit is contained in:
Julien Calixte
2026-03-14 13:09:59 +01:00
parent 975f6dc46b
commit 577e10a9d3
4 changed files with 21 additions and 12 deletions

View File

@@ -11,7 +11,8 @@
"resolveJsonModule": true,
"esModuleInterop": true,
"paths": {
"@/*": ["./src/*"]
"@/*": ["./src/*"],
"~/*": ["./src/*"]
},
"lib": ["esnext", "dom", "dom.iterable", "scripthost"],
"skipLibCheck": true