diff --git a/.husky/pre-commit b/.husky/pre-commit index 36af219..c37466e 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/bin/sh . "$(dirname "$0")/_/husky.sh" -npx lint-staged +npx lint-staged \ No newline at end of file diff --git a/tsconfig.json b/tsconfig.json index 7811212..9465329 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "target": "es2022", - "module": "es2022", + "module": "CommonJS", "allowJs": true, "skipLibCheck": true, "esModuleInterop": true,