Harmonize tsconfig for frontend and server.
This commit is contained in:
parent
894ee97fdf
commit
22bff3496a
30 changed files with 77 additions and 53 deletions
server/utils
|
@ -1,5 +1,5 @@
|
|||
import { config } from "../config";
|
||||
import { MonitoringToken, Url } from "../types";
|
||||
import type { MonitoringToken, Url } from "../types";
|
||||
|
||||
function formUrl(route: string, queryParams?: { [key: string]: string }): Url {
|
||||
let url = config.server.baseUrl as string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue