Skip to content

Commit 1d3bf72

Browse files
committed
Auto merge of rust-lang#15905 - lnicola:tsconfig, r=lnicola
minor: Tweak tsconfig.json CC rust-lang/rust-analyzer#15904
2 parents b8b4b22 + 8e8e7de commit 1d3bf72

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

editors/code/tsconfig.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
"extends": "@tsconfig/strictest/tsconfig.json",
33
"compilerOptions": {
44
"esModuleInterop": false,
5-
"module": "commonjs",
6-
"moduleResolution": "node16",
7-
"target": "es2021",
5+
"module": "CommonJS",
6+
"moduleResolution": "Node16",
7+
"target": "ES2021",
88
"outDir": "out",
9-
"lib": ["es2021"],
9+
"lib": ["ES2021"],
1010
"sourceMap": true,
1111
"rootDir": ".",
12-
"newLine": "LF",
12+
"newLine": "lf",
1313

1414
// FIXME: https://github.com/rust-lang/rust-analyzer/issues/15253
1515
"exactOptionalPropertyTypes": false

0 commit comments

Comments
 (0)