Skip to content

Commit

Permalink
Fixed tsconfig for Automatic Type Acquisition in VSCode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaid committed Aug 8, 2020
1 parent 085e7df commit 723f36b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 4 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
"extends": "./tsconfigBase.json",
"include": [
"src/**/*.js",
"src/**/*.ts",
"src/**/*.ts"
],
"typeAcquisition": {
"enable": true
}
}
3 changes: 0 additions & 3 deletions tsconfigBase.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@
"./*"
]
}
},
"typeAcquisition": {
"enable": true
}
}

0 comments on commit 723f36b

Please sign in to comment.