5b19d390b3
* Rename `lex-password-agent` to `lex-password-session` * tidy * tidy * tidy * improve 2fa * tests * tidy * tidy * tidy * tidy * tidy
10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"extends": "../../../tsconfig/vitest.json",
|
|
"include": ["./tests", "./src/**/*.test.ts"],
|
|
"compilerOptions": {
|
|
"noImplicitAny": true,
|
|
"rootDir": "./",
|
|
"baseUrl": "./"
|
|
}
|
|
}
|