From 0fc5f704adbd5bc994e5a52292c54c9c62f968ec Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Tue, 16 Jul 2019 15:16:53 +0800 Subject: [PATCH] ignore nvue --- template/common-ts/tsconfig.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/template/common-ts/tsconfig.json b/template/common-ts/tsconfig.json index 21e6cf5..dfeadd6 100644 --- a/template/common-ts/tsconfig.json +++ b/template/common-ts/tsconfig.json @@ -29,6 +29,7 @@ }, "exclude": [ "node_modules", - "unpackage" + "unpackage", + "src/**/*.nvue" ] }