2024-02-20 01:40:11 +08:00

15 lines
254 B
JSON

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