fix: frontend bug where the passwords won't be checked when the password is changed
10 lines
154 B
JSON
10 lines
154 B
JSON
{
|
|
"compilerOptions": {
|
|
"rootDir": "./src",
|
|
"target": "ES2022",
|
|
"strict": true,
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["src/**/*.ts"]
|
|
}
|