Skip to content

Commit cbc2f2a

Browse files
committed
fix(build): fix tsconfig
1 parent ad89d52 commit cbc2f2a

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethers-maths",
3-
"version": "4.0.0",
3+
"version": "5.0.0",
44
"description": "➗ Useful ethers-based math libraries to ease the journey through off-chain fixed-point arithmetics",
55
"main": "lib/index.js",
66
"files": [
@@ -136,4 +136,4 @@
136136
]
137137
}
138138
}
139-
}
139+
}

tsconfig.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
22
"compilerOptions": {
3-
"incremental": true,
43
"target": "esnext",
5-
"module": "commonjs",
6-
"declaration": true,
4+
"module": "nodenext",
5+
"moduleResolution": "nodenext",
76
"outDir": "lib",
87
"strict": true,
8+
"declaration": true,
99
"esModuleInterop": true,
10-
"skipLibCheck": true,
11-
"forceConsistentCasingInFileNames": true,
1210
"resolveJsonModule": true
1311
},
1412
"include": ["src", "test"]

0 commit comments

Comments
 (0)