]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: dx
authorEduardo San Martin Morote <posva13@gmail.com>
Thu, 31 Jul 2025 16:04:58 +0000 (18:04 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Thu, 31 Jul 2025 16:04:58 +0000 (18:04 +0200)
packages/router/tsconfig.json

index 318f5c6585a40da8bad54844e13c27894e588692..7eecd23a64f54ca12a3267c38b992d3d9f0b5808 100644 (file)
@@ -1,10 +1,12 @@
 {
+  "$schema": "https://json.schemastore.org/tsconfig",
   "include": [
     "src/global.d.ts",
     "src/**/*.ts",
     "__tests__/**/*.ts",
     "test-dts/**/*.ts"
   ],
+  "exclude": ["./dist"],
   "compilerOptions": {
     "baseUrl": ".",
     "rootDir": ".",