@netatwork/mocha-utils
Version:
Utility package for mocha based test setup
17 lines • 380 B
JSON
{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"declaration": true,
"declarationMap": true,
"sourceMap": true,
"outDir": "./dist",
"strict": true,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"stripInternal": true,
"allowJs": true,
"removeComments": true,
}
}