File tree 7 files changed +8
-7
lines changed
7 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -40,3 +40,4 @@ node_modules
40
40
41
41
lib
42
42
dist
43
+ types
Original file line number Diff line number Diff line change 69
69
"murmurhash3js-revisited" : " ^3.0.0" ,
70
70
"uint8arrays" : " ^3.0.0"
71
71
},
72
- "types" : " dist /src/index.d.ts" ,
72
+ "types" : " types /src/index.d.ts" ,
73
73
"eslintConfig" : {
74
74
"extends" : " ipfs" ,
75
75
"parserOptions" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " aegir/src/config/tsconfig.aegir.json" ,
3
3
"compilerOptions" : {
4
- "outDir" : " dist " ,
4
+ "outDir" : " ./types " ,
5
5
"module" : " es2020" ,
6
6
"importsNotUsedAsValues" : " preserve"
7
7
},
Original file line number Diff line number Diff line change 66
66
"rabin-wasm" : " ^0.1.4" ,
67
67
"uint8arrays" : " ^3.0.0"
68
68
},
69
- "types" : " dist /src/index.d.ts" ,
69
+ "types" : " types /src/index.d.ts" ,
70
70
"eslintConfig" : {
71
71
"extends" : " ipfs" ,
72
72
"parserOptions" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " aegir/src/config/tsconfig.aegir.json" ,
3
3
"compilerOptions" : {
4
- "outDir" : " dist " ,
4
+ "outDir" : " ./types " ,
5
5
"module" : " es2020" ,
6
6
"importsNotUsedAsValues" : " preserve"
7
7
},
Original file line number Diff line number Diff line change 53
53
"err-code" : " ^3.0.1" ,
54
54
"protobufjs" : " ^6.10.2"
55
55
},
56
- "types" : " dist /src/index.d.ts" ,
56
+ "types" : " types /src/index.d.ts" ,
57
57
"eslintConfig" : {
58
58
"extends" : " ipfs" ,
59
59
"parserOptions" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : " aegir/src/config/tsconfig.aegir.json" ,
3
3
"compilerOptions" : {
4
- "outDir" : " dist "
4
+ "outDir" : " ./types "
5
5
},
6
6
"include" : [
7
7
" src" ,
8
8
" test"
9
9
],
10
10
"exclude" : [
11
- " dist " ,
11
+ " types " ,
12
12
" node_modules" ,
13
13
" src/unixfs.js"
14
14
]
You can’t perform that action at this time.
0 commit comments