botframework-webchat-component
Version:
React component of botframework-webchat
19 lines (18 loc) • 427 B
JSON
{
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"declaration": true,
"declarationDir": "../lib",
"declarationMap": true,
"downlevelIteration": true,
"emitDeclarationOnly": true,
"jsx": "react",
"module": "ESNext",
"moduleResolution": "Bundler",
"preserveWatchOutput": true,
"pretty": true,
"skipLibCheck": true,
"sourceMap": true,
"target": "ESNext"
}
}