Add an import alias for shorter filepath imports
This commit is contained in:
parent
1f86b68e4c
commit
e434aea6ac
3 changed files with 10 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
// Filepath alias resolution
|
||||
import "module-alias/register";
|
||||
|
||||
import startWebsocketServer from "./websocket";
|
||||
import { Logger } from "tslog";
|
||||
import toml from "toml";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue