Support transitive dependants that use non-node16 moduleResolution (#3920).
This commit is contained in:
parent
47f9d16eb7
commit
df685b1bd9
@ -8,6 +8,7 @@
|
||||
"declaration": true,
|
||||
"declarationMap": true,
|
||||
"declarationDir": "./types",
|
||||
"emitDeclarationOnly": true
|
||||
"emitDeclarationOnly": true,
|
||||
"moduleResolution": "node"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user