Closed mrhappyasthma closed 3 years ago
I'm unable to import GameStatus from the @ravens-engine/core/lib/core/index.js.
GameStatus
@ravens-engine/core/lib/core/index.js
I am able to do:
import { GameStatus } from "@ravens-engine/core/lib/core/GameStatus.js";
However it seems like it would be convenient to expose it from this umbrella import index.ts.
index.ts
I'm unable to import
GameStatus
from the@ravens-engine/core/lib/core/index.js
.I am able to do:
However it seems like it would be convenient to expose it from this umbrella import
index.ts
.