File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
smithy-typescript-ssdk-libs Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " Base components for Smithy services behind APIGateway" ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
- "types" : " ./types/index.d.ts" ,
6
+ "types" : " ./dist/ types/index.d.ts" ,
7
7
"scripts" : {
8
8
"prepublishOnly" : " yarn build:cjs" ,
9
9
"pretest" : " yarn build:cjs" ,
10
10
"build:cjs" : " tsc -p tsconfig.cjs.json" ,
11
11
"build" : " yarn build:cjs" ,
12
- "postbuild" : " downlevel-dts types types/ts3.4" ,
12
+ "postbuild" : " downlevel-dts dist/ types dist/ types/ts3.4" ,
13
13
"test" : " jest"
14
14
},
15
15
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"stripInternal" : true ,
4
- "declarationDir" : " ./types" ,
4
+ "declarationDir" : " ./dist/ types" ,
5
5
"rootDir" : " ./src" ,
6
6
"outDir" : " ./dist/cjs" ,
7
7
"baseUrl" : " ." ,
Original file line number Diff line number Diff line change 3
3
"version" : " 1.0.0" ,
4
4
"description" : " Base components for Smithy services" ,
5
5
"main" : " ./dist/cjs/index.js" ,
6
- "types" : " ./types/index.d.ts" ,
6
+ "types" : " ./dist/ types/index.d.ts" ,
7
7
"scripts" : {
8
8
"prepublishOnly" : " yarn build:cjs" ,
9
9
"pretest" : " yarn build:cjs" ,
10
10
"build:cjs" : " tsc -p tsconfig.cjs.json" ,
11
11
"build" : " yarn build:cjs" ,
12
- "postbuild" : " downlevel-dts types types/ts3.4" ,
12
+ "postbuild" : " downlevel-dts dist/ types dist/ types/ts3.4" ,
13
13
"test" : " jest"
14
14
},
15
15
"repository" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"compilerOptions" : {
3
3
"stripInternal" : true ,
4
- "declarationDir" : " ./types" ,
4
+ "declarationDir" : " ./dist/ types" ,
5
5
"rootDir" : " ./src" ,
6
6
"outDir" : " ./dist/cjs" ,
7
7
"baseUrl" : " ." ,
You can’t perform that action at this time.
0 commit comments