Files
Matthieu Sieben 5b19d390b3 Rename lex-password-agent to lex-password-session (#4519)
* Rename `lex-password-agent` to `lex-password-session`

* tidy

* tidy

* tidy

* improve 2fa

* tests

* tidy

* tidy

* tidy

* tidy

* tidy
2026-01-08 15:02:44 +01:00

10 lines
193 B
JSON

{
"extends": "../../../tsconfig/vitest.json",
"include": ["./tests", "./src/**/*.test.ts"],
"compilerOptions": {
"noImplicitAny": true,
"rootDir": "./",
"baseUrl": "./"
}
}