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 b0184ab commit 4f35a2bCopy full SHA for 4f35a2b
package.json
@@ -34,10 +34,18 @@
34
"dist/index.d.ts",
35
"README.md"
36
],
37
+ "ava": {
38
+ "extensions": ["ts"],
39
+ "require": [
40
+ "ts-node/register"
41
+ ]
42
+ },
43
"scripts": {
44
"build": "rollup -c",
45
"watch": "rollup -cw",
46
"types": "tsc src/index.ts --declaration --emitDeclarationOnly --outDir dist",
47
+ "test": "ava",
48
+ "watch-tests": "ava -w",
49
"clean": "trash dist",
50
"prepublishOnly": "npm run clean && npm run build && npm run types"
51
},
0 commit comments