Skip to content

Commit

Permalink
fix ts config
Browse files Browse the repository at this point in the history
  • Loading branch information
JhontSouth committed Nov 7, 2023
1 parent 295b913 commit 8a0c043
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions libraries/botbuilder/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
"compilerOptions": {
"lib": ["es2015", "dom"],
"outDir": "lib",
"rootDir": "src",
"skipLibCheck": true,
"rootDir": "src"
},
"include": [
"src/**/*"
Expand Down

0 comments on commit 8a0c043

Please sign in to comment.