diff --git a/tsconfig.app.json b/tsconfig.app.json index 913b8f2..3bb66f6 100644 --- a/tsconfig.app.json +++ b/tsconfig.app.json @@ -1,12 +1,13 @@ { "extends": "@vue/tsconfig/tsconfig.dom.json", - "include": ["env.d.ts", "src/**/*", "src/**/*.vue"], + "include": ["env.d.ts", "src/**/*", "src/**/*.vue", "test/VButton.spec.ts"], "exclude": ["src/**/__tests__/*"], "compilerOptions": { "tsBuildInfoFile": "./node_modules/.tmp/tsconfig.app.tsbuildinfo", "paths": { - "@/*": ["./src/*"] + "@/*": ["./src/*"], + "@visua/*": ["./node_modules/@cellule-financiere-pmo/visua/output/*"] } } }