lambert-w-function
Version:
A JavaScript implementation for the Lambert W Function on the principial branch.
16 lines (15 loc) • 394 B
JSON
{
"compilerOptions": {
"lib": ["ES2015", "DOM"],
"removeComments": true,
"noImplicitAny": true,
"target": "ES5",
"module": "CommonJS",
"moduleResolution": "Node",
"strict": true,
"esModuleInterop": true,
"alwaysStrict": true,
"declaration": true
},
"exclude": ["node_modules", "dist"]
}