Skip to content

Commit c0dca8a

Browse files
authored
chore: change ts-node config (#2257)
For some reason the ts-config resolver path changed.
1 parent 2856710 commit c0dca8a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/usb/tsconfig.json

-4
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,5 @@
55
"declaration": false,
66
"module": "ES2020",
77
"outDir": "./dist"
8-
},
9-
"ts-node": {
10-
"esm": true,
11-
"transpileOnly": true
128
}
139
}

tsconfig.json

+4
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,9 @@
1111
"target": "ES2020",
1212
"importHelpers": true,
1313
"resolveJsonModule": true
14+
},
15+
"ts-node": {
16+
"esm": true,
17+
"transpileOnly": true
1418
}
1519
}

0 commit comments

Comments
 (0)