fix(cache): rename chche package to cache (#5)

This commit is contained in:
jinmao88
2024-06-23 13:40:46 +08:00
committed by GitHub
parent 1279872089
commit 303a200427
8 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
{
"$schema": "https://json.schemastore.org/tsconfig",
"extends": "@vben/tsconfig/library.json",
"include": ["src"],
"exclude": ["node_modules"]
}