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 a3a8a2b commit bf99a92Copy full SHA for bf99a92
.npmignore
package.json
@@ -3,19 +3,21 @@
3
"version": "1.2.0",
4
"description": "Common structure for koa routing",
5
"license": "UNLICENSED",
6
- "main": "dist/index.js",
7
- "types": "dist/index.d.ts",
8
"author": {
9
"name": "Launchcode",
10
"email": "admin@lc.dev",
11
"url": "https://lc.dev"
12
},
+ "main": "dist/index.js",
+ "types": "dist/index.d.ts",
13
+ "files": [
14
+ "/dist",
15
+ "!*.tsbuildinfo",
16
+ "!*.test.*"
17
+ ],
18
"bin": {
19
"router-openapi-gen": "./dist/generate-openapi.js"
20
- "files": [
- "*"
- ],
21
"scripts": {
22
"build": "tsc -b",
23
"clean": "rm -rf dist *.tsbuildinfo",
tslint.json
0 commit comments