{ "extends": "../tsconfig.build.json", "compilerOptions": { "baseUrl": ".", "rootDir": "./src", "types": [ "vuepress/client-types", "vite/client", "webpack-env" ], "outDir": "./lib" }, "include": ["./src"] }