UNPKG

labyrinth-game-logic

Version:

A libary that implements the boardgame labyrinth and exposes the functionality to create and interact with games

12 lines (11 loc) 229 B
{ "compilerOptions": { "target": "ESNext", "module": "CommonJS", "declaration": true, "outDir": "./dist", "strict": true, "esModuleInterop": true }, "include": ["src/**/*", "test/**/*"] }