diff --git a/tsconfig-test.json b/tsconfig-test.json index 3881877cacbf..cae29f3a3cac 100644 --- a/tsconfig-test.json +++ b/tsconfig-test.json @@ -7,13 +7,6 @@ // Istanbul (not Constantinople) as well, and applying both source maps to get the original // source in devtools. "inlineSources": true, - "types": ["node", "jasmine"], - "plugins": [ - { - "name": "@bazel/tsetse", - // TODO: Cleanup tests and remove this rule disable - "disabledRules": ["must-type-assert-json-parse"] - } - ] + "types": ["node", "jasmine"] } }