recipe/docs-shared/tsconfig.json
2024-08-18 19:16:25 +08:00

11 lines
206 B
JSON

{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"baseUrl": "./",
"paths": {
"@theme-hope/*": ["../packages/theme/src/client/*.js"]
}
},
"include": ["./src"]
}