5b19d390b3
* Rename `lex-password-agent` to `lex-password-session` * tidy * tidy * tidy * improve 2fa * tests * tidy * tidy * tidy * tidy * tidy
13 lines
263 B
JSON
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"
|
|
}
|
|
}
|