the-math
Version:
TheMath is an extensive math library for JavaScript and Node.js. It features a flexible expression parser
24 lines (23 loc) • 463 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"outDir": "./dist",
"rootDir": "./src",
"allowJs": true,
"declaration": true,
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true,
"forceConsistentCasingInFileNames": true,
"noImplicitAny": false,
"moduleResolution": "node"
},
"exclude": [
"node_modules",
"dist",
"test",
"prettier.config.js",
"jest.config.js"
]
}