@dice-roller/rpg-dice-roller
Version:
An advanced JS based dice roller that can roll various types of dice and modifiers, along with mathematical equations.
27 lines (24 loc) • 461 B
JSON
{
"files": [
"src/index.js"
],
"include": [
"tests/**/*.js",
"tests/**/*.ts"
],
"compilerOptions": {
/* Basic Options */
"target": "ES2016",
"module": "commonjs",
"allowJs": true,
"resolveJsonModule": true,
"noEmit": true,
"maxNodeModuleJsDepth": 3,
/* Strict Type-Checking Options */
"strict": true,
"noImplicitAny": true,
"strictNullChecks": true,
/* Additional Checks */
"noUnusedLocals": true
}
}