You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
c4k-common/shadow-cljs.edn

14 lines
492 B
Plaintext

{:source-paths ["src/main/cljc"
"src/main/cljs"
"src/main/resources"
"src/test/cljc"
"src/test/cljs"
"src/test/resources"]
:dependencies [[aero "1.1.6"]
[orchestra "2021.01.01-1"]
[expound "0.9.0"]
[hickory "0.7.1"]]
:builds {:test {:target :node-test
:output-to "target/node-tests.js"
:repl-pprint true}}}