fix(build): tighten TypeScript build configuration and update tooling dependencies
This commit is contained in:
@@ -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,
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user