refactor: tsconfig paths

This commit is contained in:
Dan Finch 2026-08-24 15:54:44 +02:00
parent acbb4e9d98
commit 85a44235d3
25 changed files with 108 additions and 108 deletions

View file

@ -1,5 +1,5 @@
import { expect, test } from "bun:test"
import { Actor, type Actor as RuntimeActor, type ActorDefinition } from "../engine/scene/Actor"
import { Actor, type Actor as RuntimeActor, type ActorDefinition } from "engine/scene/Actor"
type World = { updates: string[] }