You've already forked EightBittr
mirror of
https://github.com/FullScreenShenanigans/EightBittr.git
synced 2026-04-28 12:58:51 -07:00
5ae2f59099
## Overview Drastically simplifies the WorldSeedr package by reducing the different kinds of variance allowed. Adds unit tests too. Creates a second example, InfiniteContributionsCalendar, to demonstrate WorldSeedr usage. ### PR Checklist - [x] Fixes #182 - [x] I have run this code to verify it works - [x] This PR includes unit tests for the code change
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true
|
|
},
|
|
"include": [],
|
|
"references": [
|
|
{ "path": "./packages/shenanigans-manager" },
|
|
|
|
{ "path": "./packages/autofieldr" },
|
|
|
|
{ "path": "./packages/actorhittr" },
|
|
{ "path": "./packages/areaspawnr" },
|
|
{ "path": "./packages/audioplayr" },
|
|
{ "path": "./packages/battlemovr" },
|
|
{ "path": "./packages/classcyclr" },
|
|
{ "path": "./packages/devicelayr" },
|
|
{ "path": "./packages/eightbittr" },
|
|
{ "path": "./packages/flagswappr" },
|
|
{ "path": "./packages/fpsanalyzr" },
|
|
{ "path": "./packages/frametickr" },
|
|
{ "path": "./packages/groupholdr" },
|
|
{ "path": "./packages/inputwritr" },
|
|
{ "path": "./packages/itemsholdr" },
|
|
{ "path": "./packages/mapscreatr" },
|
|
{ "path": "./packages/mapscreenr" },
|
|
{ "path": "./packages/menugraphr" },
|
|
{ "path": "./packages/modattachr" },
|
|
{ "path": "./packages/numbermakr" },
|
|
{ "path": "./packages/objectmakr" },
|
|
{ "path": "./packages/pixeldrawr" },
|
|
{ "path": "./packages/pixelrendr" },
|
|
{ "path": "./packages/quadskeepr" },
|
|
{ "path": "./packages/sceneplayr" },
|
|
{ "path": "./packages/stateholdr" },
|
|
{ "path": "./packages/stringfilr" },
|
|
{ "path": "./packages/timehandlr" },
|
|
{ "path": "./packages/userwrappr" },
|
|
{ "path": "./packages/worldseedr" },
|
|
|
|
{ "path": "./examples/FullScreenSaver" },
|
|
{ "path": "./examples/InfiniteContributionsCalendar" }
|
|
]
|
|
}
|