File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
packages/blueprint-component-mapper Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 4
4
"description" : " Blueprint component mapper for data-driven-forms." ,
5
5
"main" : " dist/cjs/index.js" ,
6
6
"module" : " dist/esm/index.js" ,
7
+ "typings" : " dist/cjs/index.d.ts" ,
7
8
"files" : [
8
9
" dist/"
9
10
],
14
15
"build:cjs" : " BABEL_ENV=cjs rollup -c ./rollup.config.js --format=cjs --environment FORMAT:cjs" ,
15
16
"build:esm" : " BABEL_ENV=esm rollup -c ./rollup.config.js --format=esm --environment FORMAT:esm" ,
16
17
"build:umd" : " rollup -c ./rollup.config.js --format=umd --environment FORMAT:umd" ,
18
+ "build:typings" : " node ../../scripts/copy-files.js" ,
17
19
"release" : " semantic-release"
18
20
},
19
21
"repository" :
" [email protected] :data-driven-forms/react-forms.git" ,
Original file line number Diff line number Diff line change
1
+ ../common/tsconfig.json
You can’t perform that action at this time.
0 commit comments