UNPKG

@civ-clone/core-city-build

Version:

The repo contains the `CityBuild` and associated objects that deal with building items in `City`s.

16 lines 244 B
{ "compilerOptions": { "declaration": true, "lib": [ "es2019" ], "module": "commonjs", "sourceMap": true, "strict": true, "target": "ES2018" }, "exclude": [ "node_modules", "tests/*.test.ts" ] }