fix: frontend bug where the passwords won't be checked when the password is changed
13 lines
268 B
JSON
13 lines
268 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"outDir": "./dist/esm",
|
|
"module": "ESNext",
|
|
"moduleResolution": "Bundler",
|
|
"declaration": true,
|
|
"declarationDir": "./dist/types",
|
|
"declarationMap": true
|
|
}
|
|
}
|