Skip to content

Commit eec372a

Browse files
force module to node16 for ts-node (#11468)
1 parent b98bb40 commit eec372a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extension/.scripts/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"compilerOptions": {
33
"target": "ES2022",
4-
"module": "CommonJS",
4+
"module": "node16",
55
"moduleResolution": "node16",
66
"emitDecoratorMetadata": true,
77
"experimentalDecorators": true,

0 commit comments

Comments
 (0)