Skip to content

Commit 751329c

Browse files
committed
chore: ts-node config for error detection
1 parent 5d763e0 commit 751329c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

agent/tsconfig.json

+5
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"node"
1010
]
1111
},
12+
"ts-node": {
13+
"experimentalSpecifierResolution": "node",
14+
"transpileOnly": true,
15+
"esm": true,
16+
},
1217
"include": [
1318
"src"
1419
]

0 commit comments

Comments
 (0)