mirror of
https://github.com/pengzhanbo/vuepress-theme-plume.git
synced 2026-04-23 10:58:13 +08:00
18 lines
277 B
JSON
18 lines
277 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"isolatedDeclarations": true
|
|
},
|
|
"include": [
|
|
"**/*.ts"
|
|
],
|
|
"exclude": [
|
|
"**/node_modules/**",
|
|
"**/.cache/**",
|
|
"**/.temp/**",
|
|
"**/lib/**",
|
|
"**/dist/**"
|
|
]
|
|
}
|