We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6a8ab commit 854ba80Copy full SHA for 854ba80
playground/javascript/node/tsconfig.json
@@ -2,6 +2,8 @@
2
"extends": "../../../config/base.tsconfig.json",
3
"compilerOptions": {
4
"skipLibCheck": false,
5
+ "module": "nodenext",
6
+ "target": "esnext",
7
"lib": ["dom", "esnext"],
8
"outDir": "dist"
9
},
0 commit comments