Add an import alias for shorter filepath imports

This commit is contained in:
Oliver Akins 2022-03-07 22:21:30 -06:00
parent 1f86b68e4c
commit e434aea6ac
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,6 @@
// Filepath alias resolution
import "module-alias/register";
import startWebsocketServer from "./websocket";
import { Logger } from "tslog";
import toml from "toml";