Skip to content

Commit

Permalink
fix(tsconfig.json): add custom types directory
Browse files Browse the repository at this point in the history
Included custom types directory for express

fix #21
  • Loading branch information
Manny authored and Manny committed Jul 13, 2020
1 parent 49941c7 commit d95f40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
// } /* A series of entries which re-map imports to lookup locations relative to the 'baseUrl'. */,
// "rootDirs": [], /* List of root folders whose combined content represents the structure of the project at runtime. */
"typeRoots": [
// "./types"
"./src/types"
] /* List of folders to include type definitions from. */,
"types": [
"./node_modules/@types/node",
Expand Down

0 comments on commit d95f40b

Please sign in to comment.