tsconfig: ignoreDeprecations

pull/3383/head
Rob Pilling 2024-04-25 12:56:06 +01:00
parent a9140ff158
commit b33f103efd
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@
// "checkJs": true,
// "noEmit": true,
"ignoreDeprecations": "5.0",
// code-gen
"declaration": false,
"emitDeclarationOnly": false,