Skip to content

Commit

Permalink
Tweak tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Nov 15, 2023
1 parent b8b4b22 commit 8e8e7de
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 8e8e7de

Please sign in to comment.