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 38e099d commit 4705fa3Copy full SHA for 4705fa3
package.json
@@ -5,7 +5,10 @@
5
"main": "build/index.js",
6
"type": "module",
7
"files": [
8
- "build"
+ "build/factories",
9
+ "build/src",
10
+ "build/index.d.ts",
11
+ "build/index.js"
12
],
13
"exports": {
14
".": "./build/index.js",
@@ -20,7 +23,7 @@
20
23
"test": "cross-env NODE_DEBUG=adonisjs:http c8 npm run quick:test",
21
24
"clean": "del-cli build",
22
25
"typecheck": "tsc --noEmit",
- "compile": "npm run lint && npm run clean && tsup-node",
26
+ "compile": "npm run lint && npm run clean && tsc",
27
"build": "npm run compile",
28
"prebenchmark": "npm run build",
29
"benchmark": "node benchmarks/index.js",
0 commit comments