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 cb4a82c commit 290e99fCopy full SHA for 290e99f
tsconfig.json
@@ -1,6 +1,8 @@
1
{
2
"extends": "@tsconfig/node20/tsconfig.json",
3
"compilerOptions": {
4
+ "module": "node20",
5
+ "target": "es2023",
6
"noImplicitAny": true,
7
"noImplicitOverride": true,
8
"noUncheckedSideEffectImports": true,
0 commit comments