Skip to content

Commit 9604c4b

Browse files
jrothfederJamie Rothfeder
andauthored
Remove overrides that diverge the test configuration from the build configuration. (#9300)
Co-authored-by: Jamie Rothfeder <[email protected]>
1 parent d80127f commit 9604c4b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tsconfig.compile.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"noEmit": true, // Don't actually produce any compiled output.
5-
"checkJs": true, // We want to do a pass on JS files.
65
"resolveJsonModule": true, // Makes require(package.json) acceptable (added).
7-
"strict": false, // Need to relax some strictness to check JS (changed).
8-
"strictBindCallApply": true, // This is part of "strict: true" (added).
9-
"strictFunctionTypes": true, // This is part of "strict: true" (added).
10-
"noImplicitThis": true, // This is part of "strict: true" (added).
116
}
127
}

0 commit comments

Comments
 (0)