@cripty2001/utils
Advanced tools
+3
-1
| { | ||
| "name": "@cripty2001/utils", | ||
| "version": "0.0.5", | ||
| "version": "0.0.6", | ||
| "description": "Internal Set of utils. If you need them use them, otherwise go to the next package ;)", | ||
@@ -15,2 +15,4 @@ "homepage": "https://github.com/cripty2001/utils#readme", | ||
| "author": "Fabio Mauri <cripty2001@outlook.com>", | ||
| "main": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "scripts": { | ||
@@ -17,0 +19,0 @@ "test": "echo \"Error: no test specified\" && exit 1", |
+12
-12
| { | ||
| "compilerOptions": { | ||
| "target": "ESNext", | ||
| "module": "NodeNext", | ||
| "rootDir": "./src", | ||
| "moduleResolution": "NodeNext", | ||
| "declaration": true, | ||
| "outDir": "./dist", | ||
| "esModuleInterop": true, | ||
| "forceConsistentCasingInFileNames": true, | ||
| "strict": true, | ||
| "skipLibCheck": true | ||
| } | ||
| "compilerOptions": { | ||
| "target": "ESNext", | ||
| "module": "NodeNext", | ||
| "rootDir": "./src", | ||
| "moduleResolution": "NodeNext", | ||
| "declaration": true, | ||
| "outDir": "./dist", | ||
| "esModuleInterop": true, | ||
| "forceConsistentCasingInFileNames": true, | ||
| "strict": true, | ||
| "skipLibCheck": true | ||
| } | ||
| } |
12012
0.88%