mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
15 lines
254 B
JSON
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"]
|
|
}
|