Skip to content

Commit 7be2bd0

Browse files
committed
chore: add checkJS
1 parent 7ab5ee0 commit 7be2bd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/__tests__/index.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { toBeDeepCloseTo, toMatchCloseTo } from 'jest-matcher-deep-close-to';
22
import { describe, expect, it } from 'vitest';
33

4-
import * as MatrixConvolution from '..';
4+
import * as MatrixConvolution from '../index.js';
55

66
expect.extend({ toBeDeepCloseTo, toMatchCloseTo });
77

tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"resolveJsonModule": false,
1111
"forceConsistentCasingInFileNames": true,
1212
"allowJs": true,
13+
"checkJs": true,
14+
"noImplicitAny": false,
1315
"isolatedModules": true,
1416
"verbatimModuleSyntax": true,
1517
"sourceMap": true,

0 commit comments

Comments
 (0)