fix: update default configs

This commit is contained in:
Glitch
2025-01-20 12:16:20 -06:00
parent 6c078bbc7a
commit 2c264ec5d3
2 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,6 @@
{
"extends": "./.sern/tsconfig.json"
"extends": "./.sern/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node"
}
}

View File

@@ -1,3 +1,6 @@
{
"extends": "./.sern/tsconfig.json"
"extends": "./.sern/tsconfig.json",
"compilerOptions": {
"moduleResolution": "node"
}
}