From: Eduardo San Martin Morote Date: Thu, 31 Jul 2025 16:04:58 +0000 (+0200) Subject: chore: dx X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8fa7a708d59daa65e9c91c430daac6316db904e9;p=thirdparty%2Fvuejs%2Frouter.git chore: dx --- diff --git a/packages/router/tsconfig.json b/packages/router/tsconfig.json index 318f5c65..7eecd23a 100644 --- a/packages/router/tsconfig.json +++ b/packages/router/tsconfig.json @@ -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": ".",