1
0
Fork 0

feat: add static content utils, with gray-matter metadata

This commit is contained in:
Vojtěch Mareš 2023-06-25 15:59:34 +02:00
parent 410ce498c8
commit ce8bb3e8f8
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
2 changed files with 61 additions and 1 deletions

View file

@ -18,7 +18,8 @@
"noUncheckedIndexedAccess": true,
"baseUrl": ".",
"paths": {
"~/*": ["./src/*"]
"~/*": ["./src/*"],
"~/lib/*": ["./lib/*"]
}
},
"include": [