Skip to content

Commit 8ed8083

Browse files
committed
chore(ts-sdk): cleanup
1 parent 1e72430 commit 8ed8083

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

ts-sdk/tsconfig.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
// source: https://2ality.com/2025/01/tsconfig-json.html#summary
22
{
3-
"include": [
4-
"src/**/*",
5-
"test/**/*"
6-
],
3+
"include": ["src/**/*", "test/**/*"],
74
"compilerOptions": {
85
// Specified explicitly (not derived from source file paths)
96
"rootDir": ".",
107
"outDir": "dist",
118
//========== Output: JavaScript ==========
129
"target": "ES2024",
13-
"lib": [
14-
"ES2024"
15-
], // remove if you want to use the DOM
10+
"lib": ["ES2024"], // remove if you want to use the DOM
1611
"skipLibCheck": true,
1712
"module": "NodeNext", // sets up "moduleResolution"
1813
// Emptily imported modules must exist
@@ -48,4 +43,4 @@
4843
// “Go to definition” jumps to TS source etc.
4944
"declarationMap": true // .d.ts.map files
5045
}
51-
}
46+
}

typescript-sdk/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<h1 align="center" style="font-size: 2.75rem; font-weight: 900; color: white;">Union Labs TypeScript SDK</h1>
1+
# DEPRECATED: Union Labs TypeScript SDK
2+
3+
_See `../ts-sdk` for our sdk rewrite._
24

35
![JSR](https://jsr.io/badges/@union/client) ![NPM Version](https://img.shields.io/npm/v/@unionlabs/client)
46

0 commit comments

Comments
 (0)