Jelajahi Sumber

chore: exclude sfc local proxy files from tsconfig

Evan You 1 tahun lalu
induk
melakukan
cc04fd2b4f
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      tsconfig.json

+ 2 - 1
tsconfig.json

@@ -36,5 +36,6 @@
     "packages/vue/jsx-runtime",
     "scripts/*",
     "rollup.*.js"
-  ]
+  ],
+  "exclude": ["packages/sfc-playground/src/vue-dev-proxy*"]
 }