fix: frontend bug where the passwords won't be checked when the password is changed
12 lines
241 B
JSON
12 lines
241 B
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"outDir": "./dist/cjs",
|
|
"module": "CommonJS",
|
|
"moduleResolution": "Node",
|
|
"declaration": false,
|
|
"declarationMap": false,
|
|
"ignoreDeprecations": "6.0"
|
|
}
|
|
}
|