diff --git a/tsconfig.json b/tsconfig.json index 129488d..da7bcf7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -2,13 +2,9 @@ "compilerOptions": { "strict": true, "module": "NodeNext", - "moduleResolution": "NodeNext", "declaration": true, "outDir": "dist", "sourceMap": true, - "esModuleInterop": true, - "forceConsistentCasingInFileNames": true, - "lib": ["ES2022"], "target": "ES2022", "skipLibCheck": true },