mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
6815acea32
VSCode recognizes jsconfig.json for es6 code in the same way as it recognizes tsconfig.json for ts code. Closes #4955
8 lines
78 B
JSON
8 lines
78 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "es6",
|
|
"module": "commonjs"
|
|
}
|
|
}
|
|
|