diff --git a/makefile b/makefile index ff619f6..95023e7 100644 --- a/makefile +++ b/makefile @@ -14,7 +14,7 @@ BIN := $(shell $(PACKAGE_MANAGER) bin) .PHONY: $(OUT_DIR) dev prod run rund interfaces -$(OUT_DIR): interfaces +$(OUT_DIR): tsc --outDir $(OUT_DIR) interfaces: