File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 "@xylabs/assert" : " ~5.0.3" ,
3030 "@xylabs/delay" : " ~5.0.3" ,
3131 "@xylabs/typeof" : " ~5.0.3" ,
32+ "@xylabs/tsconfig" : " ~5.0.3" ,
3233 "@xyo-network/payload-builder" : " ~5.0.0" ,
3334 "@xyo-network/wallet" : " ~5.0.0" ,
3435 "@xyo-network/xl1-protocol" : " ~1.9.3" ,
Original file line number Diff line number Diff line change 11{
2- "compilerOptions" : {
3- "allowJs" : true ,
4- "allowImportingTsExtensions" : false ,
5- "allowSyntheticDefaultImports" : true ,
6- "declaration" : true ,
7- "declarationMap" : true ,
8- "downlevelIteration" : true ,
9- "emitDecoratorMetadata" : false ,
10- "esModuleInterop" : true ,
11- "experimentalDecorators" : true ,
12- "isolatedModules" : true ,
13- "importHelpers" : true ,
14- "incremental" : false ,
15- "lib" : [" ESNext" ],
16- "module" : " NodeNext" ,
17- "moduleResolution" : " NodeNext" ,
18- "noEmit" : false ,
19- "noImplicitAny" : true ,
20- "noImplicitOverride" : true ,
21- "outDir" : " dist" ,
22- "removeComments" : false ,
23- "resolveJsonModule" : true ,
24- "skipLibCheck" : true ,
25- "sourceMap" : true ,
26- "strict" : true ,
27- "target" : " ESNext"
28- },
2+ "extends" : " @xylabs/tsconfig" ,
293 "exclude" : [" dist" , " node_modules" ],
304 "include" : [" src" ],
315}
You can’t perform that action at this time.
0 commit comments