@ironarachne/rng
Version:
A library for random number generation and various random ways of selecting items from arrays.
15 lines (14 loc) • 334 B
JSON
{
"compilerOptions": {
"declaration": true,
"esModuleInterop": true,
"module": "NodeNext",
"moduleResolution": "NodeNext",
"outDir": "./dist",
"skipLibCheck": true,
"strict": true,
"target": "es2022",
"forceConsistentCasingInFileNames": true
},
"exclude": ["node_modules", "tests", "dist"]
}