Compilation fixes

This commit is contained in:
Jorge Ramos 2018-08-19 05:37:13 -03:00
parent d8080f9696
commit 6b254e1aad
2 changed files with 3 additions and 3 deletions

View file

@ -43,8 +43,8 @@ import { SpeechRecognizer } from "botframework-webchat/CognitiveServices";
import { SpeechSynthesizer } from "botframework-webchat/CognitiveServices";
import { SynthesisGender } from "botframework-webchat/CognitiveServices";
import { Chat } from "botframework-webchat";
import { BotChat } from "botframework-webchat";
import { Speech } from "botframework-webchat/botchat";
// => não está em uso import { BotChat } from "botframework-webchat";
// => não está em uso import { Speech } from "botframework-webchat/botchat";
import GBPowerBIPlayer from "./players/GBPowerBIPlayer.js";
class GBUIApp extends React.Component {

View file

@ -5,7 +5,7 @@
"declaration": false,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"keyofStringsOnly": true,
// "keyofStringsOnly": true, // Habilitar apenas para Typescript 2.9
"mapRoot": "./dist/",
"module": "commonjs",
"moduleResolution": "node",