Skip to content

Commit

Permalink
fix: add typeRoots to build config too
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyOGo committed Jan 3, 2021
1 parent eabf083 commit ee94cd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tsconfig.build.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"emitDeclarationOnly": false,
"isolatedModules": false,
"target": "ESNext",
"module": "ESNext"
"module": "ESNext",
"typeRoots": ["./types", "node_modules/@types"]
},
}

0 comments on commit ee94cd2

Please sign in to comment.