fix: frontend bug where the passwords won't be checked when the password is changed
16 lines
321 B
JSON
16 lines
321 B
JSON
{
|
|
"compilerOptions": {
|
|
"composite": true,
|
|
"declaration": true,
|
|
"declarationMap": true,
|
|
"outDir": "./dist",
|
|
"module": "CommonJS",
|
|
"target": "ES2022",
|
|
"moduleResolution": "Node",
|
|
"strict": true,
|
|
"skipLibCheck": true,
|
|
"ignoreDeprecations": "6.0"
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|