feat: remove esmodule type

This commit is contained in:
xin
2025-04-01 16:35:21 +08:00
parent 4d8136387f
commit e7eee6fdf5

View File

@@ -3,7 +3,7 @@
"compilerOptions": {
"outDir": "./dist",
"rootDir": "./src",
"module": "ES2020"
"module": "CommonJS"
},
"exclude": [
"test"