@vlayer/sdk
Advanced tools
Comparing version 0.1.0-nightly-20241021-1eb6b14 to 0.1.0-nightly-20241022-004c3c4
@@ -5,3 +5,3 @@ { | ||
"exports": "./src/index.ts", | ||
"version": "0.1.0-nightly-20241021-1eb6b14", | ||
"version": "0.1.0-nightly-20241022-004c3c4", | ||
"types": "src/index.ts", | ||
@@ -8,0 +8,0 @@ "scripts": { |
{ | ||
"extends": "../tsconfig.base.json", | ||
"compilerOptions": { | ||
@@ -6,10 +7,6 @@ "lib": [ | ||
], | ||
"module": "esnext", | ||
"target": "esnext", | ||
"moduleResolution": "bundler", | ||
"moduleDetection": "force", | ||
"allowImportingTsExtensions": true, | ||
"strict": true, | ||
"downlevelIteration": true, | ||
"skipLibCheck": true, | ||
"jsx": "preserve", | ||
@@ -19,4 +16,2 @@ "allowSyntheticDefaultImports": true, | ||
"allowJs": true, | ||
"noEmit": true, | ||
"composite": true, | ||
"types": [ | ||
@@ -23,0 +18,0 @@ "bun" // add Bun global |
34584
1033