move jwt type extension

This commit is contained in:
2026-06-28 20:29:51 -05:00
parent 58996792da
commit 5cbaef08d0
5 changed files with 39 additions and 2 deletions
+17
View File
@@ -0,0 +1,17 @@
{
"compilerOptions": {
"target": "ES2022",
"module": "NodeNext",
"moduleResolution": "NodeNext",
"strict": true,
"esModuleInterop": true,
"allowImportingTsExtensions": true,
"skipLibCheck": true,
"types": [
"node"
]
},
"include": [
"src"
]
}