fix(build): tighten TypeScript build configuration and update tooling dependencies

This commit is contained in:
2026-04-30 12:34:33 +00:00
parent 9d56109d0a
commit 00d68c3e1b
11 changed files with 1655 additions and 4234 deletions
+2 -2
View File
@@ -21,9 +21,9 @@ export class ClickhouseHttpClient {
});
public computedProperties: {
connectionUrl: string;
parsedUrl: plugins.smarturl.Smarturl;
parsedUrl: plugins.smarturl.Smarturl | null;
} = {
connectionUrl: null,
connectionUrl: '',
parsedUrl: null,
};