Skip to content

Commit fc6db27

Browse files
committed
chore: include root-level declaration files in the package distribution.
1 parent 832fbd1 commit fc6db27

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/macos/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"files": [
1414
"build/RelWithDebInfo/NativeScript.apple.node",
1515
"index.d.ts",
16-
"types"
16+
"types",
17+
"./*.d.ts"
1718
],
1819
"scripts": {
1920
"test": "node ../../examples/foundation.js",

0 commit comments

Comments
 (0)