@magnet.me/logger-js
Advanced tools
| { | ||
| "extends": "./tsconfig.json", | ||
| "compilerOptions": { | ||
| "module": "CommonJS", | ||
| "outDir": "./dist/cjs" | ||
| }, | ||
| } |
+4
-3
| { | ||
| "name": "@magnet.me/logger-js", | ||
| "version": "1.0.1", | ||
| "main": "dist/index.js", | ||
| "version": "1.0.2", | ||
| "main": "dist/cjs/index.js", | ||
| "module": "dist/esm/index.js", | ||
| "types": "dist/index.d.ts", | ||
@@ -11,3 +12,3 @@ "repository": "https://github.com/Magnetme/logger-js", | ||
| "scripts": { | ||
| "build": "tsc", | ||
| "build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", | ||
| "prepublish": "yarn run build", | ||
@@ -14,0 +15,0 @@ "format": "prettier src --check --write" |
+3
-3
| { | ||
| "compilerOptions": { | ||
| "target": "es2016", | ||
| "target": "es3", | ||
| "module": "esnext", | ||
@@ -8,3 +8,3 @@ "moduleResolution": "node", | ||
| "declaration": true, | ||
| "outDir": "dist", | ||
| "outDir": "dist/esm", | ||
| "strict": true, | ||
@@ -19,2 +19,2 @@ "esModuleInterop": true, | ||
| ] | ||
| } | ||
| } |
14050
1.45%22
4.76%431
1.89%