From 8ad0a023b7c6b09f931389839da33228e4476a0c Mon Sep 17 00:00:00 2001 From: Guillermo Moreno Date: Wed, 5 Oct 2022 10:17:26 -0300 Subject: [PATCH] fix(typescript): add missing humps types --- lib/potassium/recipes/front_end.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/potassium/recipes/front_end.rb b/lib/potassium/recipes/front_end.rb index 46f2c71e..712b2a77 100644 --- a/lib/potassium/recipes/front_end.rb +++ b/lib/potassium/recipes/front_end.rb @@ -123,7 +123,7 @@ def setup_jest def setup_vue run "bin/yarn add vue@#{VUE_VERSION} vue-loader@#{VUE_LOADER_VERSION} "\ - "babel-preset-typescript-vue3" + "babel-preset-typescript-vue3 @types/humps" run "bin/yarn add vue-tsc --dev" gsub_file( 'config/webpack/webpack.config.js',