15 lines
249 B
JSON

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