File tree Expand file tree Collapse file tree 2 files changed +6
-9
lines changed
Expand file tree Collapse file tree 2 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 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
4843 // “Go to definition” jumps to TS source etc.
4944 "declarationMap" : true // .d.ts.map files
5045 }
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._
24
35![ JSR] ( https://jsr.io/badges/@union/client ) ![ NPM Version] ( https://img.shields.io/npm/v/@unionlabs/client )
46
You can’t perform that action at this time.
0 commit comments