mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-11 07:34:22 +00:00
Tweak tsconfig.json
This commit is contained in:
parent
b8b4b22c1b
commit
8e8e7de93b
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue