@4everland/content-id-registry-sdk
Advanced tools
Comparing version 0.1.2 to 0.1.4
{ | ||
"name": "@4everland/content-id-registry-sdk", | ||
"version": "0.1.2", | ||
"version": "0.1.4", | ||
"description": "", | ||
@@ -8,3 +8,4 @@ "main": "src/index.js", | ||
"scripts": { | ||
"build": "tsc ./src/**.ts" | ||
"build": "tsc", | ||
"prepare": "npm run build" | ||
}, | ||
@@ -11,0 +12,0 @@ "author": "Alexandas", |
{ | ||
"compilerOptions": { | ||
"target": "ES2020", | ||
"target": "es5", | ||
"module": "commonjs", | ||
"strict": true, | ||
"esModuleInterop": true, | ||
"moduleResolution": "node", | ||
"resolveJsonModule": true, | ||
"outDir": "dist", | ||
"declaration": true, | ||
"declarationDir": "./src/types", | ||
"baseUrl": ".", | ||
"paths": { | ||
"@/*": [ | ||
"./*" | ||
] | ||
}, | ||
"outDir": "./lib", | ||
"strict": true | ||
}, | ||
"include": [ | ||
"./src/**.ts", | ||
"src" | ||
], | ||
"exclude": [ | ||
"node_modules" | ||
"node_modules", | ||
] | ||
} |
18881
9
367