mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 04:53:34 +00:00
vscode: fix bundling by switching to es2015 target modules system
This commit is contained in:
parent
0ade5cb2b3
commit
8f25408a12
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"module": "es2015",
|
||||
"target": "es2018",
|
||||
"outDir": "out",
|
||||
"lib": [
|
||||
|
|
Loading…
Reference in a new issue