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 44 "description" : " Blueprint component mapper for data-driven-forms." ,
55 "main" : " dist/cjs/index.js" ,
66 "module" : " dist/esm/index.js" ,
7+ "typings" : " dist/cjs/index.d.ts" ,
78 "files" : [
89 " dist/"
910 ],
1415 "build:cjs" : " BABEL_ENV=cjs rollup -c ./rollup.config.js --format=cjs --environment FORMAT:cjs" ,
1516 "build:esm" : " BABEL_ENV=esm rollup -c ./rollup.config.js --format=esm --environment FORMAT:esm" ,
1617 "build:umd" : " rollup -c ./rollup.config.js --format=umd --environment FORMAT:umd" ,
18+ "build:typings" : " node ../../scripts/copy-files.js" ,
1719 "release" : " semantic-release"
1820 },
1921 "repository" : " git@github.com: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