patch(): fix the nits

This commit is contained in:
2026-03-04 17:46:10 +01:00
parent e16c84e879
commit abb6bc52ce
30 changed files with 1129 additions and 249 deletions

View File

@@ -4,8 +4,8 @@
"exclude": ["dist"],
"compilerOptions": {
"strictNullChecks": true,
"paths": {
/** Uncomment as applicable
"paths": {
/** Uncomment as applicable
* - Description: Labelled paths are in lexicon format not descending popularity format
// "config/*": ["./src/app/_config/*"],
// "environment/*": ["./src/environments/*"],
@@ -13,13 +13,13 @@
// "helpers/*": ["./src/helpers/*"],
// "tests/*": ["./src/tests/*"]
*/
"@app/*": ["./src/pages/*"],
"@assets/*": ["./src/assets/*"],
"@blogs/*": ["./src/content/*"],
"@components/*": ["./src/components/*"],
"@layouts/*": ["./src/layouts/*"],
"@styles/*": ["./src/styles/*"],
"@ptypes/consts.ts": ["./src/consts.ts"],
}
"@app/*": ["./src/pages/*"],
"@assets/*": ["./src/assets/*"],
"@blogs/*": ["./src/content/*"],
"@components/*": ["./src/components/*"],
"@layouts/*": ["./src/layouts/*"],
"@styles/*": ["./src/styles/*"],
"@ptypes/consts.ts": ["./src/consts.ts"]
}
}
}