diff --git a/package.json b/package.json index 1948ecd..cbe963e 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,8 @@ "types": "index.d.ts", "files": [ "index.d.ts", - "index.js" + "index.js", + "LICENSE" ], "author": "rhysd ", "license": "MIT", diff --git a/tsconfig.eslint.json b/tsconfig.eslint.json index 5cf19af..d39c6de 100644 --- a/tsconfig.eslint.json +++ b/tsconfig.eslint.json @@ -1,8 +1,6 @@ { "extends": "./tsconfig.json", "compilerOptions": { - "module": "nodenext", - "moduleResolution": "nodenext", "noEmit": true, "checkJs": true }, diff --git a/tsconfig.json b/tsconfig.json index 8002c75..723c1fb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { - "module": "nodenext", - "moduleResolution": "nodenext", + "module": "node16", + "moduleResolution": "node16", "target": "es2022", "sourceMap": true, "noEmitOnError": true,