{ "extends": "../../tsconfig.base.json", "compilerOptions": { "module": "ES2020", "rootDir": "./src", "outDir": "./lib", "types": [ "@vuepress/client/types", "webpack-env", "vite/client" ] }, "include": [ "./src/client", "./src/shared" ] }