File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 45
45
npm run build:esm
46
46
echo '{"type": "commonjs"}' > dist/commonjs/package.json
47
47
echo '{"type": "module"}' > dist/module/package.json
48
+ npm i --no-save dts-bundle-generator
49
+ npx dts-bundle-generator -o dist/index.d.ts src/index.ts
48
50
mkdir dest
49
51
npm pack --pack-destination=dest
50
52
- name : Typedoc
Original file line number Diff line number Diff line change 58
58
"@typescript-eslint/eslint-plugin" : " ^6" ,
59
59
"@typescript-eslint/parser" : " ^6" ,
60
60
"colors" : " ^1" ,
61
+ "dts-bundle-generator" : " ^9.3.1" ,
61
62
"eslint" : " ^8" ,
62
63
"eslint-config-standard" : " ^17" ,
63
64
"eslint-plugin-import" : " ^2" ,
Original file line number Diff line number Diff line change 7
7
"strict" : true ,
8
8
"sourceMap" : true ,
9
9
"inlineSourceMap" : false ,
10
- "declaration" : true ,
10
+ "declaration" : false ,
11
11
"noImplicitAny" : true ,
12
12
"isolatedModules" : true ,
13
13
"noUnusedParameters" : true ,
You can’t perform that action at this time.
0 commit comments