Added typeRoot to tsconfig.json to ensure successful compilation when running as a dependency.
This commit is contained in:
parent
ecf9f51806
commit
35987a98f9
@ -17,6 +17,9 @@
|
||||
"lib": [
|
||||
"es2019","es2019.array"
|
||||
],
|
||||
"typeRoots": [
|
||||
"./node_modules/@types"
|
||||
],
|
||||
"resolveJsonModule": true,
|
||||
},
|
||||
"include": [
|
||||
|
Loading…
Reference in New Issue
Block a user