recipe/packages/theme/tsconfig.json

12 lines
218 B
JSON
Raw Permalink Normal View History

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