mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Fix build of typscript extension
This commit is contained in:
parent
d400fde66c
commit
ae42cfefbf
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"moduleResolution": "node",
|
||||
"module": "es2015",
|
||||
"target": "es2018",
|
||||
"outDir": "out",
|
||||
|
|
Loading…
Reference in a new issue