Add noImplicitOverride to tsc config

This commit is contained in:
RabsRincon
2022-04-27 07:37:11 +02:00
parent cc95e37d0a
commit 154c18a40e
4 changed files with 5 additions and 7 deletions

View File

@@ -10,8 +10,5 @@
/* Code generation */
"outDir": "./out/app",
"typeRoots": ["./typings", "./node_modules/@types"],
/* Other options */
"strict": true,
"noImplicitAny": false
}
}