fixed minor issue in tsconfig

This commit is contained in:
Casey Collier 2025-12-01 18:19:02 -05:00
parent 9fe6e5d2a3
commit 8adfa91831
2 changed files with 2 additions and 1 deletions

View file

@ -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",

View file

@ -4,6 +4,7 @@
"module": "ESNext",
"moduleResolution": "bundler",
"allowImportingTsExtensions": true,
"noEmit": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,