diff --git a/package.json b/package.json index 53cdba8..e8977c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ethers-maths", - "version": "4.0.0", + "version": "5.0.0", "description": "➗ Useful ethers-based math libraries to ease the journey through off-chain fixed-point arithmetics", "main": "lib/index.js", "files": [ @@ -136,4 +136,4 @@ ] } } -} \ No newline at end of file +} diff --git a/tsconfig.json b/tsconfig.json index 304e997..dc918ca 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,14 +1,12 @@ { "compilerOptions": { - "incremental": true, "target": "esnext", - "module": "commonjs", - "declaration": true, + "module": "nodenext", + "moduleResolution": "nodenext", "outDir": "lib", "strict": true, + "declaration": true, "esModuleInterop": true, - "skipLibCheck": true, - "forceConsistentCasingInFileNames": true, "resolveJsonModule": true }, "include": ["src", "test"]