refactor: Update import statements and configurations for ES module compatibility

This commit is contained in:
2025-04-25 00:41:40 +08:00
parent c613ef3f35
commit 1aa97a8a7a
14 changed files with 237 additions and 115 deletions

View File

@@ -1,7 +1,9 @@
{
"extends": "./tsconfig.json",
"compilerOptions": {
"rootDir": "."
"rootDir": ".",
"module": "NodeNext",
"moduleResolution": "NodeNext"
},
"include": ["deploy-commands.ts"]
}