Skip to content

Commit

Permalink
Fixes #1215 - Core bot TypeScript generated code doesn’t compile (#1221)
Browse files Browse the repository at this point in the history
- remove strict from tsconfig.json
- bump version to 2.4.5
  • Loading branch information
sgellock authored Feb 11, 2019
1 parent 9424847 commit 478ea75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"sourceMap": true,
"outDir": "./lib",
"resolveJsonModule": true,
"rootDirs": ["./src", "./resources"],
"strict": true
"rootDirs": ["./src", "./resources"]
}
}
2 changes: 1 addition & 1 deletion generators/generator-botbuilder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generator-botbuilder",
"version": "4.2.4",
"version": "4.2.5",
"description": "A yeoman generator for creating bots using Bot Framework v4",
"homepage": "https://github.com/Microsoft/BotBuilder-Samples/tree/master/generators/generator-botbuilder",
"author": {
Expand Down

0 comments on commit 478ea75

Please sign in to comment.