1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 22:04:45 +00:00
Files
pocket-id/tests/tsconfig.json
Alessandro (Ale) Segala 05bfe00924 feat: JWT bearer assertions for client authentication (#566)
Co-authored-by: Kyle Mendell <ksm@ofkm.us>
Co-authored-by: Kyle Mendell <kmendell@ofkm.us>
Co-authored-by: Elias Schneider <login@eliasschneider.com>
2025-06-06 12:23:51 +02:00

7 lines
73 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"lib": ["ES2022"]
}
}