Skip to content

Commit 854ba80

Browse files
committed
chore: module and target
1 parent cd6a8ab commit 854ba80

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

playground/javascript/node/tsconfig.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"extends": "../../../config/base.tsconfig.json",
33
"compilerOptions": {
44
"skipLibCheck": false,
5+
"module": "nodenext",
6+
"target": "esnext",
57
"lib": ["dom", "esnext"],
68
"outDir": "dist"
79
},

0 commit comments

Comments
 (0)