recipe/docs-shared/tsconfig.release.json

14 lines
309 B
JSON
Raw Normal View History

2024-08-18 19:16:25 +08:00
{
"extends": "../tsconfig.build.base.json",
"compilerOptions": {
"baseUrl": "./",
"lib": ["DOM", "ESNext"],
"rootDir": "./src",
"outDir": "./lib",
"paths": {
"@theme-hope/*": ["./node_modules/vuepress-theme-hope/src/client/*.js"]
}
},
"include": ["./src"]
}