Skip to content

Commit

Permalink
fix: add types dir to typeRoots
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOGo committed Jan 3, 2021
1 parent 47336d9 commit caaae6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"esModuleInterop": true,
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Node"
"moduleResolution": "Node",
"typeRoots": ["./types", "node_modules/@types"]
},
}

0 comments on commit caaae6a

Please sign in to comment.