isaacscript 4.7.4 → 4.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -4,6 +4,7 @@ await lintScript(async () => {
|
|
|
4
4
|
const promises = [
|
|
5
5
|
// Use TypeScript to type-check the code.
|
|
6
6
|
$`tsc --noEmit`,
|
|
7
|
+
$`tsc --noEmit --project ./scripts/tsconfig.json`,
|
|
7
8
|
|
|
8
9
|
// Use ESLint to lint the TypeScript code.
|
|
9
10
|
// - "--max-warnings 0" makes warnings fail, since we set all ESLint errors to warnings.
|