update demendecies and update types generation

This commit is contained in:
2025-10-05 18:10:08 +02:00
parent e895487743
commit ec9ef486c4
7 changed files with 318 additions and 230 deletions

View File

@@ -5,7 +5,7 @@
"target": "ESNext",
"module": "NodeNext",
// Enable module resolution without file extensions on relative paths, for things like npm package imports.
"moduleResolution": "Node16",
"moduleResolution": "nodenext",
// Allow importing TypeScript files using their native extension (.ts(x)).
"allowImportingTsExtensions": true,
// Enable JSON imports.
@@ -48,5 +48,5 @@
// Report an error for unused labels instead of just a warning.
"allowUnusedLabels": false
},
"exclude": ["dist"]
"exclude": ["dist", "assets/stubs"]
}