We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad89d52 commit cbc2f2aCopy full SHA for cbc2f2a
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "ethers-maths",
3
- "version": "4.0.0",
+ "version": "5.0.0",
4
"description": "➗ Useful ethers-based math libraries to ease the journey through off-chain fixed-point arithmetics",
5
"main": "lib/index.js",
6
"files": [
@@ -136,4 +136,4 @@
136
]
137
}
138
139
-}
+}
tsconfig.json
@@ -1,14 +1,12 @@
"compilerOptions": {
- "incremental": true,
"target": "esnext",
- "module": "commonjs",
- "declaration": true,
+ "module": "nodenext",
+ "moduleResolution": "nodenext",
7
"outDir": "lib",
8
"strict": true,
+ "declaration": true,
9
"esModuleInterop": true,
10
- "skipLibCheck": true,
11
- "forceConsistentCasingInFileNames": true,
12
"resolveJsonModule": true
13
},
14
"include": ["src", "test"]
0 commit comments