diff --git a/tsconfig.json b/tsconfig.json index da7bcf7..7be55d1 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,11 +1,11 @@ { "compilerOptions": { "strict": true, - "module": "NodeNext", + "module": "nodenext", "declaration": true, "outDir": "dist", "sourceMap": true, - "target": "ES2022", + "target": "es2022", "skipLibCheck": true }, "include": ["src"]