sp-dev-fx-webparts/samples/react-bot-framework/tsconfig.json

11 lines
177 B
JSON
Raw Normal View History

{
"compilerOptions": {
"target": "es5",
"module": "commonjs",
"jsx": "react",
"declaration": true,
2017-02-03 10:57:23 -05:00
"sourceMap": true,
"types": [ "webpack-env" ]
}
}