ci: override moduleResolution

This commit is contained in:
Derrick Hammer 2023-08-31 18:25:05 -04:00
parent 9fef8dba10
commit 77bd77ad47
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 9 additions and 2 deletions

View File

@ -1,5 +1,12 @@
{
"preset": [
"@lumeweb/node-library-preset"
]
],
"config": {
"tsconfig": {
"compilerOptions": {
"moduleResolution": "node"
}
}
}
}