Skip to content

Commit

Permalink
Fixed issue with types not being built for @deephaven/jsapi-nodejs (2…
Browse files Browse the repository at this point in the history
…260)
  • Loading branch information
bmingles committed Oct 22, 2024
1 parent 3b31686 commit 7d5f71a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@
"excludeDirectories": ["**/node_modules", "**/dist"]
},
"references": [
// `npm run types` relies on project references to build types. All packages
// must be included in the reference tree somewhere. Top-level packages need
// to be included here, and their respective `tsconfig.json` files should
// reference their dependencies.
{ "path": "./packages/code-studio" },
{ "path": "./packages/embed-widget" }
{ "path": "./packages/embed-widget" },
{ "path": "./packages/jsapi-nodejs" }
]
}

0 comments on commit 7d5f71a

Please sign in to comment.