mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
VSCode recognizes jsconfig.json for es6 code in the same way as it recognizes tsconfig.json for ts code. Closes #4955
7 lines
78 B
JSON
7 lines
78 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs"
|
|
}
|
|
}
|
|
|