Skip to content

Commit d0adc21

Browse files
committed
fix(): actually publish types
1 parent e226404 commit d0adc21

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"files": [
2828
"lib/**/*.js",
29-
"build/lib/**/*.js"
29+
"build/lib/**/*"
3030
],
3131
"dependencies": {
3232
"@babel/runtime": "^7.0.0",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"declarationMap": true,
1111
"emitDeclarationOnly": true,
1212
"moduleResolution": "node",
13-
"outDir": "build"
13+
"outDir": "build/lib"
1414
},
1515
"include": ["lib"]
1616
}

0 commit comments

Comments
 (0)