From 19c8de7350b0647a0ee46adffe1ab72e4f840b36 Mon Sep 17 00:00:00 2001 From: Paul Valerie GOMA Date: Thu, 31 Jul 2025 01:45:51 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20bugs=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tsconfig.app.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tsconfig.app.json b/tsconfig.app.json index cdc9eb0..349ce9a 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -3,9 +3,11 @@ "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], "exclude": ["src/**/__tests__/*", "src/App.vue", "src/main.ts"], "compilerOptions": { + "declaration": true, + "emitDeclarationOnly": true, + "outDir": "dist", "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "lib": ["es2022", "dom"], - "paths": { "@/*": ["./src/*"], "@visua/*": ["./node_modules/@cellule-financiere-pmo/visua/output/*"]