diff --git a/template/common-ts/tsconfig.json b/template/common-ts/tsconfig.json index 2c77c69..711704d 100644 --- a/template/common-ts/tsconfig.json +++ b/template/common-ts/tsconfig.json @@ -33,6 +33,7 @@ "exclude": [ "node_modules", "unpackage", + "dist", "src/**/*.nvue" ] }