Skip to content

Commit

Permalink
chore(vscode): add jsconfig.json and remove .settings dir
Browse files Browse the repository at this point in the history
VSCode recognizes jsconfig.json for es6 code in the same way as it recognizes tsconfig.json for ts code.

Closes angular#4955
  • Loading branch information
IgorMinar committed Oct 29, 2015
1 parent b329a58 commit 6815ace
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ tmp
pubspec.lock
.c9
.idea/
.settings/
*.swo
modules/.settings
.vscode
Expand Down
12 changes: 0 additions & 12 deletions .settings/settings.json

This file was deleted.

7 changes: 7 additions & 0 deletions tools/jsconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"compilerOptions": {
"target": "es6",
"module": "commonjs"
}
}

0 comments on commit 6815ace

Please sign in to comment.