add ignore deps in tsconfig.json
This commit is contained in:
parent
4f57e42d26
commit
b265781f3d
1 changed files with 1 additions and 0 deletions
|
|
@ -14,6 +14,7 @@
|
||||||
"resolveJsonModule": true,
|
"resolveJsonModule": true,
|
||||||
"isolatedModules": true,
|
"isolatedModules": true,
|
||||||
"verbatimModuleSyntax": true,
|
"verbatimModuleSyntax": true,
|
||||||
|
"ignoreDeprecations": "6.0",
|
||||||
"skipLibCheck": true,
|
"skipLibCheck": true,
|
||||||
"noEmit": true
|
"noEmit": true
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue