Merge pull request #9281 from benediktwerner/type-simul

noImplicitAny for simul
pull/9218/head^2
Niklas Fiekas 2021-06-28 14:12:15 +02:00 committed by GitHub
commit edbf854f4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,3 @@
{
"extends": "../tsconfig.base.json",
"compilerOptions": {
"noImplicitAny": false,
"noImplicitReturns": false
}
"extends": "../tsconfig.base.json"
}