Skip to content

Commit ecc27c0

Browse files
author
devgioele
committed
update tsconfig
1 parent c06b9db commit ecc27c0

3 files changed

Lines changed: 10 additions & 8 deletions

File tree

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"publishConfig": {
77
"access": "public"
88
},
9+
"type": "module",
910
"files": [
1011
"readme.md",
1112
"dist/**/*"
@@ -58,7 +59,7 @@
5859
"devDependencies": {
5960
"@aboutbits/eslint-config": "^2.1.1",
6061
"@aboutbits/prettier-config": "^1.6.0",
61-
"@aboutbits/ts-config": "^1.1.0",
62+
"@aboutbits/ts-config": "^1.1.2",
6263
"@typescript-eslint/eslint-plugin": "^6.1.0",
6364
"eslint": "^8.45.0",
6465
"eslint-plugin-import": "^2.27.5",

tsconfig.cjs.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
44
"module": "commonjs",
5+
"moduleResolution": "node",
56
"outDir": "./dist/cjs",
67
"declaration": false,
78
"declarationMap": false,

0 commit comments

Comments
 (0)