feat: add some stuff

This commit is contained in:
2024-03-28 18:30:52 +01:00
parent 31b24de86c
commit d4128840b9
196 changed files with 3393 additions and 390 deletions

View File

@ -1,11 +1,21 @@
{
"extends": "astro/tsconfigs/strict",
"exclude": [
"dist"
],
"compilerOptions": {
"baseUrl": ".",
"types": [
"vite-plugin-glsl/ext"
],
"paths": {
"@components/*": [
"src/components/*"
],
"@helpers/*": [
"src/helpers/index.ts",
"src/helpers/*"
],
"@layouts/*": [
"src/layouts/*"
],