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",
|
"extends": "@tsconfig/strictest/tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
"esModuleInterop": false,
|
"esModuleInterop": false,
|
||||||
"module": "commonjs",
|
"module": "CommonJS",
|
||||||
"moduleResolution": "node16",
|
"moduleResolution": "Node16",
|
||||||
"target": "es2021",
|
"target": "ES2021",
|
||||||
"outDir": "out",
|
"outDir": "out",
|
||||||
"lib": ["es2021"],
|
"lib": ["ES2021"],
|
||||||
"sourceMap": true,
|
"sourceMap": true,
|
||||||
"rootDir": ".",
|
"rootDir": ".",
|
||||||
"newLine": "LF",
|
"newLine": "lf",
|
||||||
|
|
||||||
// FIXME: https://github.com/rust-lang/rust-analyzer/issues/15253
|
// FIXME: https://github.com/rust-lang/rust-analyzer/issues/15253
|
||||||
"exactOptionalPropertyTypes": false
|
"exactOptionalPropertyTypes": false
|
||||||
|
|
Loading…
Reference in a new issue