Skip to content

Commit

Permalink
Fix types not usable
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Feb 22, 2024
1 parent fc59b28 commit 73eaebe
Show file tree
Hide file tree
Showing 56 changed files with 1,378 additions and 31 deletions.
701 changes: 701 additions & 0 deletions .pnp.cjs

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added .yarn/cache/fsevents-patch-6b67494872-10.zip
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"dist"
],
"scripts": {
"build": "unbuild",
"build": "tsup",
"format": "prettier --write '**/*.{ts,tsx,yaml,yml,json,md,mdx}'",
"license-check": "yarn pnpify license-checker-rseidelsohn $*",
"test": "yarn test:tsc && yarn test:lint && yarn test:build && yarn test:jest && yarn test:licenses",
Expand All @@ -51,6 +51,7 @@
},
"devDependencies": {
"@jest/globals": "^29.7.0",
"@microsoft/api-extractor": "^7.40.6",
"@testing-library/dom": "^9.3.4",
"@testing-library/jest-dom": "^6.4.1",
"@testing-library/react": "^14.2.1",
Expand All @@ -77,6 +78,7 @@
"rimraf": "^5.0.5",
"ts-jest": "^29.1.2",
"tsd": "^0.30.4",
"tsup": "^8.0.2",
"typescript": "^5.3.3",
"unbuild": "^2.0.0"
},
Expand All @@ -89,7 +91,13 @@
"optional": true
}
},
"unbuild": {
"declaration": true
"tsup": {
"entry": [
"src/index.ts",
"src/http/index.ts"
],
"experimentalDts": true,
"clean": true,
"format": "esm"
}
}
7 changes: 0 additions & 7 deletions src/types.ts

This file was deleted.

Loading

0 comments on commit 73eaebe

Please sign in to comment.