UNPKG

babu-random-generator

Version:
18 lines 353 B
{ "compilerOptions": { "declaration": true, "typeRoots": ["./dist"], "outDir": "./dist", "module": "CommonJS", "target": "ES2015", "lib": [ "ES2015", "DOM" ], "strict": true, "esModuleInterop": true }, "include": [ "src" , "dist" ] }