Преглед изворни кода

chore: exclude sfc local proxy files from tsconfig

Evan You пре 1 година
родитељ
комит
cc04fd2b4f
1 измењених фајлова са 2 додато и 1 уклоњено
  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*"]
 }