Skip to content

Commit

Permalink
Auto merge of #15905 - lnicola:tsconfig, r=lnicola
Browse files Browse the repository at this point in the history
minor: Tweak tsconfig.json

CC #15904
  • Loading branch information
bors committed Nov 15, 2023
2 parents b8b4b22 + 8e8e7de commit 1d3bf72
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions editors/code/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"extends": "@tsconfig/strictest/tsconfig.json",
"compilerOptions": {
"esModuleInterop": false,
"module": "commonjs",
"moduleResolution": "node16",
"target": "es2021",
"module": "CommonJS",
"moduleResolution": "Node16",
"target": "ES2021",
"outDir": "out",
"lib": ["es2021"],
"lib": ["ES2021"],
"sourceMap": true,
"rootDir": ".",
"newLine": "LF",
"newLine": "lf",

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

0 comments on commit 1d3bf72

Please sign in to comment.