Compilation fixes
This commit is contained in:
parent
d8080f9696
commit
6b254e1aad
2 changed files with 3 additions and 3 deletions
|
@ -43,8 +43,8 @@ import { SpeechRecognizer } from "botframework-webchat/CognitiveServices";
|
||||||
import { SpeechSynthesizer } from "botframework-webchat/CognitiveServices";
|
import { SpeechSynthesizer } from "botframework-webchat/CognitiveServices";
|
||||||
import { SynthesisGender } from "botframework-webchat/CognitiveServices";
|
import { SynthesisGender } from "botframework-webchat/CognitiveServices";
|
||||||
import { Chat } from "botframework-webchat";
|
import { Chat } from "botframework-webchat";
|
||||||
import { BotChat } from "botframework-webchat";
|
// => não está em uso import { BotChat } from "botframework-webchat";
|
||||||
import { Speech } from "botframework-webchat/botchat";
|
// => não está em uso import { Speech } from "botframework-webchat/botchat";
|
||||||
import GBPowerBIPlayer from "./players/GBPowerBIPlayer.js";
|
import GBPowerBIPlayer from "./players/GBPowerBIPlayer.js";
|
||||||
|
|
||||||
class GBUIApp extends React.Component {
|
class GBUIApp extends React.Component {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
"declaration": false,
|
"declaration": false,
|
||||||
"emitDecoratorMetadata": true,
|
"emitDecoratorMetadata": true,
|
||||||
"experimentalDecorators": true,
|
"experimentalDecorators": true,
|
||||||
"keyofStringsOnly": true,
|
// "keyofStringsOnly": true, // Habilitar apenas para Typescript 2.9
|
||||||
"mapRoot": "./dist/",
|
"mapRoot": "./dist/",
|
||||||
"module": "commonjs",
|
"module": "commonjs",
|
||||||
"moduleResolution": "node",
|
"moduleResolution": "node",
|
||||||
|
|
Loading…
Add table
Reference in a new issue