mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
16 lines
254 B
JSON
16 lines
254 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "ES2020",
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"types": [
|
|
"@vuepress/client/types"
|
|
]
|
|
},
|
|
"include": [
|
|
"./src/client",
|
|
"./src/shared"
|
|
]
|
|
}
|