We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2856710 commit c0dca8aCopy full SHA for c0dca8a
packages/usb/tsconfig.json
@@ -5,9 +5,5 @@
5
"declaration": false,
6
"module": "ES2020",
7
"outDir": "./dist"
8
- },
9
- "ts-node": {
10
- "esm": true,
11
- "transpileOnly": true
12
}
13
tsconfig.json
@@ -11,5 +11,9 @@
"target": "ES2020",
"importHelpers": true,
"resolveJsonModule": true
14
+ },
15
+ "ts-node": {
16
+ "esm": true,
17
+ "transpileOnly": true
18
19
0 commit comments