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
25 lines
696 B
JSON
25 lines
696 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": "./packages",
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"esModuleInterop": true,
|
|
"experimentalDecorators": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"jsx": "react-jsx",
|
|
"jsxImportSource": "preact",
|
|
"module": "amd",
|
|
"moduleResolution": "node",
|
|
"noFallthroughCasesInSwitch": true,
|
|
"pretty": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"strictFunctionTypes": false,
|
|
"strictPropertyInitialization": false,
|
|
"target": "ES2021"
|
|
},
|
|
"exclude": ["**/*.d.ts"]
|
|
}
|