Ignore new tsc deprecation warning from emscripten.
PiperOrigin-RevId: 889322248 Change-Id: I70be60506a8ecbc0dde0f64f5a31c075a804706e
This commit is contained in:
committed by
Copybara-Service
parent
c000724a53
commit
f28e727a57
+2
-1
@@ -5,7 +5,8 @@
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"strict": true,
|
||||
"types": ["jasmine"]
|
||||
"types": ["jasmine"],
|
||||
"ignoreDeprecations": "6.0"
|
||||
},
|
||||
"include": ["tests/**/*"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user