fix: remove extraneous yaml dependency and update tsconfig for node types
Some checks failed
Build Docker Image / build (push) Failing after 32s

This commit is contained in:
2026-03-08 15:44:42 +01:00
parent 05b29a62bb
commit 0e2e7e8756
4 changed files with 5 additions and 22 deletions

View File

@@ -10,7 +10,8 @@
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"moduleResolution": "bundler"
"moduleResolution": "bundler",
"types": ["node"]
}
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files