UNPKG

@opendnd/genetica

Version:

This is a tool for using a simplified genetics system to generate inheritable traits for DnD characters.

19 lines 265 B
{ "compilerOptions": { "target": "es2018", "module": "commonjs", "outDir": "dist", "sourceMap": true, "types": [ "node", "chai", "mocha" ] }, "include": [ "src/**/*.ts" ], "exclude": [ "node_modules" ] }