estimate-library
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "estimate-library", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -5,11 +5,8 @@ { | ||
"module": "commonjs", | ||
"main": "build/index.js", | ||
"lib": ["es6"], | ||
"allowJs": true, | ||
"outDir": "build", | ||
"rootDir": "src", | ||
"strict": true, | ||
"noImplicitAny": true, | ||
"esModuleInterop": true, | ||
"resolveJsonModule": true | ||
}} | ||
"declaration": false, | ||
"outDir": "./build", | ||
"strict": true | ||
}, | ||
"include": ["src"], | ||
"exclude": ["node_modules"] | ||
} |
13875
388