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

13 lines
263 B
JSON

{
"extends": ["../../../tsconfig/isomorphic.json"],
"include": ["./src"],
"exclude": ["**/*.test.ts"],
"compilerOptions": {
"noImplicitAny": true,
"importHelpers": true,
"target": "ES2023",
"rootDir": "./src",
"outDir": "./dist"
}
}