diff --git a/wasm/tsconfig.json b/wasm/tsconfig.json index b675f402..3f86141b 100644 --- a/wasm/tsconfig.json +++ b/wasm/tsconfig.json @@ -5,7 +5,8 @@ "moduleResolution": "node", "esModuleInterop": true, "strict": true, - "types": ["jasmine"] + "types": ["jasmine"], + "ignoreDeprecations": "6.0" }, "include": ["tests/**/*"] }