Skip to content

Commit 8e8e7de

Browse files
committed
Tweak tsconfig.json
1 parent b8b4b22 commit 8e8e7de

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)