File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
smithy-typescript-codegen/src/main/resources/software/amazon/smithy/typescript/codegen Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 13
13
"test" : " yarn build && jest --coverage --passWithNoTests" ,
14
14
"build:cjs" : " tsc -p tsconfig.json" ,
15
15
"build:es" : " tsc -p tsconfig.es.json" ,
16
- "build" : " yarn build:cjs && yarn build:es"
16
+ "build" : " yarn build:cjs && yarn build:es" ,
17
+ "postbuild" : " downlevel-dts types types/ts3.4"
17
18
},
18
19
"main" : " ./dist/cjs/index.js" ,
19
20
"types" : " ./types/index.d.ts" ,
29
30
"tslib" : " ^2.0.0"
30
31
},
31
32
"devDependencies" : {
33
+ "downlevel-dts" : " 0.7.0" ,
32
34
"jest" : " ^26.1.0" ,
33
35
"rimraf" : " ^3.0.0" ,
34
36
"typedoc" : " ^0.19.2" ,
35
37
"typescript" : " ~4.1.2"
36
38
},
37
39
"engines" : {
38
40
"node" : " >=10.0.0"
41
+ },
42
+ "typesVersions" : {
43
+ "<3.9" : {
44
+ "types/*" : [" types/ts3.4/*" ]
45
+ }
39
46
}
40
47
}
You can’t perform that action at this time.
0 commit comments