1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 09:51:46 +00:00
Files
pocket-id/tests/tsconfig.json
2025-12-30 17:01:22 +01:00

11 lines
168 B
JSON

{
"compilerOptions": {
"baseUrl": ".",
"lib": ["ES2022"],
"esModuleInterop": true,
"module": "es2022",
"moduleResolution": "node",
"target": "es2022"
}
}