fix: cache interecptor

This commit is contained in:
Innei
2021-08-31 14:30:59 +08:00
parent eaf4a6bede
commit c4ab247ca6
20 changed files with 6917 additions and 82 deletions

View File

@@ -16,12 +16,8 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"paths": {
"~": [
"./src"
],
"~/*": [
"./src/*"
]
"~": ["./src"],
"~/*": ["./src/*"]
}
}
}
}