mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 15:53:00 +03:00
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
11 lines
168 B
JSON
11 lines
168 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"lib": ["ES2022"],
|
|
"esModuleInterop": true,
|
|
"module": "es2022",
|
|
"moduleResolution": "node",
|
|
"target": "es2022"
|
|
}
|
|
}
|