Kaynağa Gözat

chore: exclude sfc local proxy files from tsconfig

Evan You 1 yıl önce
ebeveyn
işleme
cc04fd2b4f
1 değiştirilmiş dosya ile 2 ekleme ve 1 silme
  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*"]
 }