We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--module node16
tsconfig.json
1 parent 0d1dcd6 commit cf95b07Copy full SHA for cf95b07
tsconfig.json
@@ -5,11 +5,9 @@
5
"DOM", // https://github.com/microsoft/TypeScript-DOM-lib-generator/issues/826
6
"ES2021" // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry
7
],
8
- "module": "ES2022", // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await#top_level_await
9
- "moduleResolution": "node16",
+ "module": "Node16",
10
"noFallthroughCasesInSwitch": true,
11
"skipLibCheck": true,
12
- "strict": true,
13
- "target": "ES2022" // https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/await#top_level_await
+ "strict": true
14
}
15
0 commit comments