forked from loafle/openapi-generator-original
[Typescript] Fix Issue Directly Publishing Package (#19004)
* Update package.mustache * Updated typescript samples
This commit is contained in:
@@ -33,6 +33,9 @@
|
||||
"types": "./dist/index.d.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"typings": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
"types": "./dist/index.d.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"typings": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
||||
@@ -23,6 +23,9 @@
|
||||
"types": "./dist/index.d.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"typings": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
"types": "./dist/index.d.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"typings": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
"types": "./dist/index.d.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"typings": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
"types": "./dist/index.d.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"typings": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
"types": "./dist/index.d.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"typings": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
||||
@@ -22,6 +22,9 @@
|
||||
"types": "./dist/index.d.js"
|
||||
}
|
||||
},
|
||||
"files": [
|
||||
"dist"
|
||||
],
|
||||
"typings": "./dist/index.d.ts",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
|
||||
Reference in New Issue
Block a user