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 71d1044 commit 9fe7341
Showing 1 changed file with 4 additions and 1 deletion.
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
}
}

0 comments on commit 9fe7341

Please sign in to comment.