Skip to content

Commit

Permalink
build will now put files in ./lib instead of ./lib/src (microsoft#1175)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrichardson authored and cleemullins committed Jan 29, 2019
1 parent ec2632e commit cb43b9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/javascript_typescript/13.basic-bot/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"target": "es2016",
"module": "commonjs",
"outDir": "./lib",
"rootDir": "./src",
"resolveJsonModule": true,
"rootDirs": ["./src", "./resources"],
"sourceMap": true
Expand Down

0 comments on commit cb43b9e

Please sign in to comment.