Added typeRoot to tsconfig.json to ensure successful compilation when running as a dependency.

This commit is contained in:
Vasil Rangelov 2019-11-11 18:17:47 +02:00
parent ecf9f51806
commit 35987a98f9

View File

@ -17,6 +17,9 @@
"lib": [
"es2019","es2019.array"
],
"typeRoots": [
"./node_modules/@types"
],
"resolveJsonModule": true,
},
"include": [