diff --git a/Dockerfile b/Dockerfile index bbdc010..1dcae6d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,7 @@ RUN cargo build --target wasm32-unknown-unknown --profile dev && \ --out-dir /build/ihm_client/pkg \ --typescript \ --target web \ + --no-reference-types \ --debug # Stage 2: Final application