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