Skip to content

Commit 241c4ab

Browse files
chore: npmrc and tsconfig
Signed-off-by: Nicklas Silversved <nicklas.silversved@digg.se>
1 parent 0bc7451 commit 241c4ab

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
; SPDX-License-Identifier: CC0-1.0
44

55
@diggsweden:registry=https://npm.pkg.github.com
6-
always-auth=true
76

87
# must use for correct package-lock.json
98
registry=https://registry.npmjs.org/

tsconfig.jest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"extends": "./tsconfig.json",
33
"compilerOptions": {
4-
"module": "NodeNext",
4+
"module": "commonjs",
55
"moduleResolution": "NodeNext",
66
"target": "ES2020",
77
"esModuleInterop": true,
8-
"sourceMap": true,
8+
"sourceMap": true
99
},
1010
"include": ["src", "tests"]
11-
}
11+
}

0 commit comments

Comments
 (0)