blob: c57843450d3da90bea98bab878232bf3c83fd4a7 [file] [log] [blame]
{
"extends": "./tsconfig.json",
"compilerOptions": {
"strict": false,
"noImplicitAny": true,
"noImplicitThis": true,
"alwaysStrict": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
}
}