[Typescript] Fix Issue Directly Publishing Package (#19004)

* Update package.mustache

* Updated typescript samples
This commit is contained in:
John Arrandale 2024-07-02 12:55:57 -04:00 committed by GitHub
parent 5d61f71cdd
commit 376505c25d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 24 additions and 0 deletions

View File

@ -33,6 +33,9 @@
"types": "./dist/index.d.js"
}
},
"files": [
"dist"
],
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",

View File

@ -22,6 +22,9 @@
"types": "./dist/index.d.js"
}
},
"files": [
"dist"
],
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",

View File

@ -23,6 +23,9 @@
"types": "./dist/index.d.js"
}
},
"files": [
"dist"
],
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",

View File

@ -22,6 +22,9 @@
"types": "./dist/index.d.js"
}
},
"files": [
"dist"
],
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",

View File

@ -22,6 +22,9 @@
"types": "./dist/index.d.js"
}
},
"files": [
"dist"
],
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",

View File

@ -22,6 +22,9 @@
"types": "./dist/index.d.js"
}
},
"files": [
"dist"
],
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",

View File

@ -22,6 +22,9 @@
"types": "./dist/index.d.js"
}
},
"files": [
"dist"
],
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",

View File

@ -22,6 +22,9 @@
"types": "./dist/index.d.js"
}
},
"files": [
"dist"
],
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc",