Harmonize tsconfig for frontend and server.

This commit is contained in:
baldo 2022-09-14 16:33:43 +02:00
parent 894ee97fdf
commit 22bff3496a
30 changed files with 77 additions and 53 deletions
server/shared/utils

View file

@ -1,7 +1,7 @@
/**
* Utility functions all around strings.
*/
import { isInteger, MAC } from "../types";
import { isInteger, type MAC } from "../types";
/**
* Trims the given `string` and replaces multiple whitespaces by one space each.