diff --git a/packages-private/dts-built-test/tsconfig.json b/packages-private/dts-built-test/tsconfig.json index 99d9024dcbe..42a60945f8f 100644 --- a/packages-private/dts-built-test/tsconfig.json +++ b/packages-private/dts-built-test/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "baseUrl": ".", "outDir": "dist", "jsx": "preserve", "module": "esnext", diff --git a/tsconfig.json b/tsconfig.json index 8973145f6f3..d273f177c66 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,5 @@ { "compilerOptions": { - "baseUrl": ".", "outDir": "temp", "sourceMap": false, "target": "es2016", @@ -22,9 +21,10 @@ "types": ["vitest/globals", "puppeteer", "node"], "rootDir": ".", "paths": { - "@vue/compat": ["packages/vue-compat/src"], - "@vue/*": ["packages/*/src"], - "vue": ["packages/vue/src/runtime-with-vapor.ts"] + "@vue/compat": ["./packages/vue-compat/src"], + "@vue/*": ["./packages/*/src"], + "vue": ["./packages/vue/src/runtime-with-vapor.ts"], + "*": ["./*"] }, "isolatedDeclarations": true, "composite": true