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 3c9b997 commit e8300efCopy full SHA for e8300ef
.npmignore
@@ -6,6 +6,7 @@ index.ts
6
package-lock.json
7
yarn.lock
8
tsconfig.json
9
+tsconfig.build.json
10
.prettierrc
11
docs
12
website
@@ -18,4 +19,5 @@ website
18
19
renovate.json
20
.prettierignore
21
-publish.sh
22
+publish.sh
23
+jest.config.js
index.d.ts
jest.config.js
@@ -1,4 +1,4 @@
1
-require('ts-node/register');
+jest.config.jsrequire('ts-node/register');
2
3
module.exports = {
4
'moduleFileExtensions': [
0 commit comments