Factor filter predicate into helpers.ts, add @lib alias dir

This commit is contained in:
2023-12-01 21:35:02 -06:00
parent b1e4f1a583
commit 7e461a18a9
5 changed files with 14 additions and 3 deletions

View File

@@ -3,6 +3,9 @@
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@lib/*": [
"src/lib/*"
],
"@styles/*": [
"src/styles/*"
],