Skip to content

Commit 80e6676

Browse files
committed
fix: omit tests from npm packages
1 parent 24a5512 commit 80e6676

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tsconfig.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"files": [],
33
"references": [
4-
{ "path": "./packages/core" },
5-
{ "path": "./packages/node" },
6-
{ "path": "./packages/webhid" },
7-
{ "path": "./packages/webhid-demo" }
4+
{ "path": "./packages/core/tsconfig.build.json" },
5+
{ "path": "./packages/node/tsconfig.build.json" },
6+
{ "path": "./packages/webhid/tsconfig.build.json" },
7+
{ "path": "./packages/webhid-demo/tsconfig.json" }
88
]
99
}

0 commit comments

Comments
 (0)