We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b8b4b22 + 8e8e7de commit 1d3bf72Copy full SHA for 1d3bf72
editors/code/tsconfig.json
@@ -2,14 +2,14 @@
2
"extends": "@tsconfig/strictest/tsconfig.json",
3
"compilerOptions": {
4
"esModuleInterop": false,
5
- "module": "commonjs",
6
- "moduleResolution": "node16",
7
- "target": "es2021",
+ "module": "CommonJS",
+ "moduleResolution": "Node16",
+ "target": "ES2021",
8
"outDir": "out",
9
- "lib": ["es2021"],
+ "lib": ["ES2021"],
10
"sourceMap": true,
11
"rootDir": ".",
12
- "newLine": "LF",
+ "newLine": "lf",
13
14
// FIXME: https://github.com/rust-lang/rust-analyzer/issues/15253
15
"exactOptionalPropertyTypes": false
0 commit comments