UNPKG

foswig

Version:

A library that can generate legible pseudo random words based off an input dictionary using markov chains

20 lines (19 loc) 328 B
{ "compilerOptions": { "target": "ES2015", "module": "ES2020", "declaration": true, "outDir": "./lib", "strict": true, "moduleResolution": "node", "allowSyntheticDefaultImports": true }, "include": [ "src/**/*" ], "exclude": [ "node_modules", "lib", "**/__tests__/**" ] }