Update Node.js version to 24.14.0 in .nvmrc and package.json; adjust TypeScript configurations to extend from @tsconfig/node24. Reorganize dependencies and devDependencies for clarity.

This commit is contained in:
2026-03-01 14:53:16 +01:00
parent 183e10b75b
commit d26e0df713
4 changed files with 35 additions and 31 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
/* Settings here mimick those included in a generated Vue project (npm create vue). */
/* They are only used for the vite.config.ts file. */
"extends": "@tsconfig/node22/tsconfig.json",
"extends": "@tsconfig/node24/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"typeRoots": [