diff --git a/.gitignore b/.gitignore index f99f19d..9df864b 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ test*.ts yarn.lock package-lock.json .nyc_output +.yarn diff --git a/tsconfig.json b/tsconfig.json index 2f3d3eb..78c5da7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,6 +11,7 @@ "target": "es2020", "rootDir": "src", "esModuleInterop": true, + "module": "node16", "moduleResolution": "node16" }, "include": ["src"],