diff --git a/packages/default.gbui/src/GBUIApp.js b/packages/default.gbui/src/GBUIApp.js index ade11eeb..400131bb 100644 --- a/packages/default.gbui/src/GBUIApp.js +++ b/packages/default.gbui/src/GBUIApp.js @@ -328,6 +328,7 @@ class GBUIApp extends React.Component { }} locale={'pt-br'} directLine={this.state.line} + styleOptions={(markdownRespectCRLF = true)} webSpeechPonyfillFactory={window.WebChat.createCognitiveServicesSpeechServicesPonyfillFactory({ credentials: { authorizationToken: token, region: 'westus' } })} diff --git a/tsconfig.json b/tsconfig.json index d3e56030..638449cd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,6 @@ { "compilerOptions": { - + "strict": false, "allowJs": true, "downlevelIteration": true, "baseUrl": "./",