fix: cache interecptor
This commit is contained in:
@@ -16,12 +16,8 @@
|
||||
"resolveJsonModule": true,
|
||||
"skipLibCheck": true,
|
||||
"paths": {
|
||||
"~": [
|
||||
"./src"
|
||||
],
|
||||
"~/*": [
|
||||
"./src/*"
|
||||
]
|
||||
"~": ["./src"],
|
||||
"~/*": ["./src/*"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user