We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4526da commit 5150edfCopy full SHA for 5150edf
build.sbt
@@ -74,6 +74,10 @@ lazy val scryptoJS = scrypto.js
74
Test / parallelExecution := false,
75
// how to setup ScalablyTyped https://youtu.be/hWUAVrNj65c?t=1397
76
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
+ ),
81
useYarn := true
82
)
83
0 commit comments