mirror of
https://github.com/djdevin/recflare.git
synced 2026-09-08 22:51:30 -07:00
move JWT validation to package
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"extends": "@repo/typescript-config/workers-lib.json",
|
||||
// jwt has no vitest of its own, so pull in only the Workers ambient types
|
||||
// (drop @cloudflare/vitest-pool-workers/types that workers-lib.json adds).
|
||||
"compilerOptions": {
|
||||
"types": ["@cloudflare/workers-types"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user