Skip to content

Commit 5150edf

Browse files
committed
scala-js: add npmDependencies
1 parent b4526da commit 5150edf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,10 @@ lazy val scryptoJS = scrypto.js
7474
Test / parallelExecution := false,
7575
// how to setup ScalablyTyped https://youtu.be/hWUAVrNj65c?t=1397
7676
externalNpm := { println(s"baseDirectory: ${baseDirectory.value}"); file(s"${baseDirectory.value}/..") },
77+
Compile / npmDependencies ++= Seq(
78+
"@noble/hashes" -> "^1.1.4",
79+
"typescript" -> "^4.9.4"
80+
),
7781
useYarn := true
7882
)
7983

0 commit comments

Comments
 (0)