diff --git a/package.json b/package.json index 29969c1..35a9738 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@catalystlabs/typedfetch", - "version": "0.3.0", + "version": "0.3.1", "description": "Type-safe HTTP client that doesn't suck - Fetch for humans who have stuff to build", "type": "module", "main": "./dist/index.js", diff --git a/tsconfig.json b/tsconfig.json index 9453031..4436efa 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -4,6 +4,7 @@ "module": "ESNext", "moduleResolution": "bundler", "allowImportingTsExtensions": true, + "noEmit": true, "allowSyntheticDefaultImports": true, "esModuleInterop": true, "forceConsistentCasingInFileNames": true,