fixes and refinements

This commit is contained in:
Cory Dransfeldt 2022-06-06 11:43:22 -07:00
parent ca85e2923e
commit 38247187ee
30 changed files with 29 additions and 1470 deletions

View file

@ -20,8 +20,7 @@
"@/data/*": ["data/*"],
"@/layouts/*": ["layouts/*"],
"@/lib/*": ["lib/*"],
"@/css/*": ["css/*"],
"@/static/*": ["public/static/*"]
"@/css/*": ["css/*"]
}
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"],