mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 07:03:45 +00:00
vscode: fix bundling by switching to es2015 target modules system
This commit is contained in:
parent
0ade5cb2b3
commit
8f25408a12
@ -1,6 +1,6 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"module": "commonjs",
|
||||
"module": "es2015",
|
||||
"target": "es2018",
|
||||
"outDir": "out",
|
||||
"lib": [
|
||||
|
Loading…
Reference in New Issue
Block a user