smelly-detector
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "smelly-detector", | ||
"private": false, | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Find out the smells in your tests, suggestions for correction and the theory behind them", | ||
@@ -6,0 +6,0 @@ "main": "build/src/index.js", |
{ | ||
"compilerOptions": { | ||
"module": "CommonJS", | ||
"module": "NodeNext", | ||
"target": "ESNext", | ||
"esModuleInterop": true, | ||
"moduleResolution": "NodeNext", | ||
"lib": [ | ||
@@ -12,3 +13,3 @@ "ES2020", | ||
"sourceMap": true, | ||
"rootDir": ".", | ||
"rootDir": "./", | ||
"strict": true, /* enable all strict type-checking options */ | ||
@@ -15,0 +16,0 @@ "declaration": true, |
141183
2842