diff --git a/tsconfig.json b/tsconfig.json index 8eaec78..0b55344 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -39,5 +39,5 @@ "src/**/*.vue", "src/**/*.json" ], - "exclude": ["node_modules"] + "exclude": ["node_modules", "dist"] }