diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f559ded..3aff84e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.2.7 + +- Bug fix + ## 0.2.6 - Cleanup diff --git a/Documentation/Class/TypeDoc.TypeDoc.html b/Documentation/Class/TypeDoc.TypeDoc.html index da0bc2d3..9993435d 100644 --- a/Documentation/Class/TypeDoc.TypeDoc.html +++ b/Documentation/Class/TypeDoc.TypeDoc.html @@ -1,4 +1,4 @@ -
Builds all your TypeScript files into JavaScript and generates documentation for it using TypeDoc.
Add configuration and setup scripts:
npm install -D -E typescript-esbuild
package.json
{
"name": "package",
"scripts": {
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
},
"devDependencies": {
"typescript-esbuild": "0.2.6"
}
}
+{
"name": "package",
"scripts": {
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts'"
},
"devDependencies": {
"typescript-esbuild": "0.2.7"
}
}
ESBuild Configuration
Or with a custom esbuild config file:
{
"scripts": {
"prepublishOnly": "TypeScriptESBuild 'Source/**/*.ts' -es ESBuild.ts"
}
}
@@ -59,7 +59,7 @@ ESBuild Configuration
Type Script Configuration