File tree 2 files changed +6
-9
lines changed 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1
1
// source: https://2ality.com/2025/01/tsconfig-json.html#summary
2
2
{
3
- "include" : [
4
- " src/**/*" ,
5
- " test/**/*"
6
- ],
3
+ "include" : [" src/**/*" , " test/**/*" ],
7
4
"compilerOptions" : {
8
5
// Specified explicitly (not derived from source file paths)
9
6
"rootDir" : " ." ,
10
7
"outDir" : " dist" ,
11
8
// ========== Output: JavaScript ==========
12
9
"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
16
11
"skipLibCheck" : true ,
17
12
"module" : " NodeNext" , // sets up "moduleResolution"
18
13
// Emptily imported modules must exist
48
43
// “Go to definition” jumps to TS source etc.
49
44
"declarationMap" : true // .d.ts.map files
50
45
}
51
- }
46
+ }
Original file line number Diff line number Diff line change 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._
2
4
3
5
![ JSR] ( https://jsr.io/badges/@union/client ) ![ NPM Version] ( https://img.shields.io/npm/v/@unionlabs/client )
4
6
You can’t perform that action at this time.
0 commit comments