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 d80127f commit 9604c4bCopy full SHA for 9604c4b
tsconfig.compile.json
@@ -2,11 +2,6 @@
2
"extends": "./tsconfig.json",
3
"compilerOptions": {
4
"noEmit": true, // Don't actually produce any compiled output.
5
- "checkJs": true, // We want to do a pass on JS files.
6
"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).
11
}
12
0 commit comments