Skip to content

Commit 6815ace

Browse files
committed
chore(vscode): add jsconfig.json and remove .settings dir
VSCode recognizes jsconfig.json for es6 code in the same way as it recognizes tsconfig.json for ts code. Closes angular#4955
1 parent b329a58 commit 6815ace

File tree

3 files changed

+8
-12
lines changed

3 files changed

+8
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ tmp
2929
pubspec.lock
3030
.c9
3131
.idea/
32+
.settings/
3233
*.swo
3334
modules/.settings
3435
.vscode

.settings/settings.json

Lines changed: 0 additions & 12 deletions
This file was deleted.

tools/jsconfig.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"compilerOptions": {
3+
"target": "es6",
4+
"module": "commonjs"
5+
}
6+
}
7+

0 commit comments

Comments
 (0)