We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node16
1 parent 1af1f2d commit 79beabeCopy full SHA for 79beabe
jsconfig.json
@@ -2,7 +2,8 @@
2
"compilerOptions": {
3
// highlight JS errors in editors for this project
4
"checkJs": true,
5
- "module": "es2020",
6
- "target": "es2020"
+ "module": "node16",
+ "target": "es2020",
7
+ "moduleResolution": "node16"
8
}
9
0 commit comments