Added paths in typescript config and utilise this in all project files

This commit is contained in:
2024-12-24 23:48:37 +01:00
parent 72562f92f9
commit 058988e874
86 changed files with 304 additions and 295 deletions

View File

@ -1,5 +1,5 @@
import { Character } from '@prisma/client'
import { CharacterService } from '../services/characterService'
import { CharacterService } from '#services/characterService'
class ZoneCharacter {
public readonly character: Character