diff --git a/tsconfig.json b/tsconfig.json index a8b3956..1d7a7c9 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,8 +15,7 @@ "paths": { "@vue/babel-plugin-jsx": ["./packages/babel-plugin-jsx/src"] }, - "noEmit": true, - "incremental": true + "noEmit": true }, "include": ["packages/*/src", "packages/*/test"] }