Skip to content

Commit 5ecaa9d

Browse files
committed
chore: use checkJs instead of @ts-check
1 parent 5a0879c commit 5ecaa9d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

src/IntersectionObserver.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
<script>
2-
// @ts-check
3-
42
/**
53
* The HTML Element to observe.
64
* @type {null | HTMLElement}

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"compilerOptions": {
33
"noEmit": true,
4+
"checkJs": true,
45
"esModuleInterop": true,
56
"forceConsistentCasingInFileNames": true,
67
"verbatimModuleSyntax": true,

0 commit comments

Comments
 (0)