We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c022d1d commit 2dacd5bCopy full SHA for 2dacd5b
package.json
@@ -5,7 +5,7 @@
5
"main": "index.js",
6
"scripts": {
7
"generate": "openapi-generator-cli batch --clean typescript-fetch.yaml",
8
- "build": "tsc"
+ "build": "rimraf dist && tsc"
9
},
10
"repository": {
11
"type": "git",
@@ -19,6 +19,7 @@
19
"homepage": "https://github.com/solvedac/api.ts#readme",
20
"devDependencies": {
21
"@openapitools/openapi-generator-cli": "^2.4.1",
22
+ "rimraf": "^3.0.2",
23
"typescript": "^4.4.2"
24
}
25
tsconfig.json
@@ -3,6 +3,8 @@
3
"target": "ESNext",
4
"module": "ESNext",
+ "declaration": true,
+
"allowJs": false,
"outDir": "./dist",
0 commit comments