diff --git a/package.json b/package.json index b22ae21..07e0d77 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cellule-financiere-pmo/visua-vue", - "version": "1.0.17", + "version": "1.0.18", "type": "module", "description": "Vue.js components of the Visua Design System.", "main": "./dist/visua-vue.umd.cjs", @@ -22,7 +22,7 @@ "clean": "rimraf dist", "build": "npm-run-all clean build:assets build:types", "build:assets": "vite build", - "build:types": "vue-tsc --emitDeclarationOnly --outDir dist", + "build:types": "vue-tsc --emitDeclarationOnly --outDir dist && tsc --project tsconfig.types.json", "prepare": "npm run build", "dev": "vite", "type-check": "vue-tsc --build",