Skip to content

Commit 4f9d8bf

Browse files
committed
Added skipLibCheck=true
1 parent 1521623 commit 4f9d8bf

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

scripts/exercise.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ chokidar.watch(exerciseFile).on("all", (event, path) => {
4949
});
5050
}
5151
console.log("Checking types...");
52-
execSync(`tsc "${exerciseFile}" --noEmit --strict`, {
52+
execSync(`tsc "${exerciseFile}" --noEmit --strict --skipLibCheck`, {
5353
stdio: "inherit",
5454
});
5555
console.log("Typecheck complete. You finished the exercise!");

scripts/script.js

-12
This file was deleted.

0 commit comments

Comments
 (0)