Merge pull request #16 from GlitchApotamus/fix-configs

fix: update default configs
This commit is contained in:
Jacob Nguyen
2025-01-22 11:45:51 -06:00
committed by GitHub
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"
}
}