20 lines
507 B
JSON
20 lines
507 B
JSON
{
|
|
"extends": "../tsconfig.build.json",
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"outDir": "./lib",
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"@theme-plume/*": ["./src/client/components/*"]
|
|
},
|
|
"types": ["@vuepress/client/types", "vite/client"]
|
|
},
|
|
"include": ["./src"],
|
|
"references": [
|
|
{ "path": "../plugin-caniuse/tsconfig.build.json" },
|
|
{ "path": "../plugin-copy-code/tsconfig.build.json" },
|
|
{ "path": "../plugin-baidu-tongji/tsconfig.build.json" }
|
|
],
|
|
"files": []
|
|
}
|