We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad54fe7 commit 167a4a5Copy full SHA for 167a4a5
tsconfig-test.json
@@ -7,13 +7,6 @@
7
// Istanbul (not Constantinople) as well, and applying both source maps to get the original
8
// source in devtools.
9
"inlineSources": true,
10
- "types": ["node", "jasmine"],
11
- "plugins": [
12
- {
13
- "name": "@bazel/tsetse",
14
- // TODO: Cleanup tests and remove this rule disable
15
- "disabledRules": ["must-type-assert-json-parse"]
16
- }
17
- ]
+ "types": ["node", "jasmine"]
18
}
19
0 commit comments