ci: override moduleResolution
This commit is contained in:
parent
9fef8dba10
commit
77bd77ad47
|
@ -1,5 +1,12 @@
|
||||||
{
|
{
|
||||||
"preset": [
|
"preset": [
|
||||||
"@lumeweb/node-library-preset"
|
"@lumeweb/node-library-preset"
|
||||||
]
|
],
|
||||||
}
|
"config": {
|
||||||
|
"tsconfig": {
|
||||||
|
"compilerOptions": {
|
||||||
|
"moduleResolution": "node"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue