We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb16ae6 commit eb75445Copy full SHA for eb75445
tsconfig.compileroptions.json
@@ -3,7 +3,7 @@
3
"target": "ES2020",
4
// Node16 allows top-level `await`, which was also unflagged in Node 14.8
5
"module": "Node16",
6
- "moduleResolution": "Node16",
+ "moduleResolution": "node",
7
"strict": true,
8
"noImplicitOverride": true,
9
"noPropertyAccessFromIndexSignature": true,
0 commit comments