For testing and migration proposes I would like to disable this option (TS2554), but I can't seem to find it regarding the name.
{
"extends": "@quasar/app-webpack/tsconfig-preset",
"compilerOptions": {
"baseUrl": ".",
"noImplicitAny": false,
"strictPropertyInitialization": false,
"strictNullChecks": false,
"????": false
}
}
Thank you,