Ignore new tsc deprecation warning from emscripten.

PiperOrigin-RevId: 889322248
Change-Id: I70be60506a8ecbc0dde0f64f5a31c075a804706e
This commit is contained in:
Michael Moss
2026-03-25 10:38:11 -07:00
committed by Copybara-Service
parent c000724a53
commit f28e727a57
+2 -1
View File
@@ -5,7 +5,8 @@
"moduleResolution": "node",
"esModuleInterop": true,
"strict": true,
"types": ["jasmine"]
"types": ["jasmine"],
"ignoreDeprecations": "6.0"
},
"include": ["tests/**/*"]
}