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 7ab5ee0 commit 7be2bd0Copy full SHA for 7be2bd0
src/__tests__/index.test.js
@@ -1,7 +1,7 @@
1
import { toBeDeepCloseTo, toMatchCloseTo } from 'jest-matcher-deep-close-to';
2
import { describe, expect, it } from 'vitest';
3
4
-import * as MatrixConvolution from '..';
+import * as MatrixConvolution from '../index.js';
5
6
expect.extend({ toBeDeepCloseTo, toMatchCloseTo });
7
tsconfig.json
@@ -10,6 +10,8 @@
10
"resolveJsonModule": false,
11
"forceConsistentCasingInFileNames": true,
12
"allowJs": true,
13
+ "checkJs": true,
14
+ "noImplicitAny": false,
15
"isolatedModules": true,
16
"verbatimModuleSyntax": true,
17
"sourceMap": true,
0 commit comments