File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 5
5
"compilerOptions" : {
6
6
"rootDir" : " ./dist/src" ,
7
7
"paths" : {
8
- "llama-stack-client/*" : [" dist/src/*" ],
9
- "llama-stack-client" : [" dist/src/index.ts" ],
8
+ "llama-stack-client/*" : [" ./ dist/src/*" ],
9
+ "llama-stack-client" : [" ./ dist/src/index.ts" ]
10
10
},
11
11
"noEmit" : false ,
12
12
"declaration" : true ,
Original file line number Diff line number Diff line change 7
7
"module" : " commonjs" ,
8
8
"moduleResolution" : " node" ,
9
9
"esModuleInterop" : true ,
10
- "baseUrl" : " ./" ,
11
10
"paths" : {
12
- "llama-stack-client/_shims/auto/*" : [" src/_shims/auto/*-node" ],
13
- "llama-stack-client/*" : [" src/*" ],
14
- "llama-stack-client" : [" src/index.ts" ]
11
+ "llama-stack-client/_shims/auto/*" : [" ./ src/_shims/auto/*-node" ],
12
+ "llama-stack-client/*" : [" ./ src/*" ],
13
+ "llama-stack-client" : [" ./ src/index.ts" ]
15
14
},
16
15
"noEmit" : true ,
17
16
32
31
"noUncheckedIndexedAccess" : true ,
33
32
"noImplicitOverride" : true ,
34
33
"noPropertyAccessFromIndexSignature" : true ,
35
- "isolatedModules" : false ,
34
+ "isolatedModules" : false ,
36
35
37
36
"skipLibCheck" : true
38
37
}
You can’t perform that action at this time.
0 commit comments