diff --git a/.gitignore b/.gitignore index 01c9c49e5a208..e2a9e85ddf09f 100644 --- a/.gitignore +++ b/.gitignore @@ -29,6 +29,7 @@ tmp pubspec.lock .c9 .idea/ +.settings/ *.swo modules/.settings .vscode diff --git a/.settings/settings.json b/.settings/settings.json deleted file mode 100644 index 783b6df3dabb3..0000000000000 --- a/.settings/settings.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "search.exclude": { - ".git" : true, - ".idea": true, - "node_modules" : true, - "bower_components" : true, - "packages" : true, - "build" : true, - "dist" : true, - "tmp" : true - } -} \ No newline at end of file diff --git a/tools/jsconfig.json b/tools/jsconfig.json new file mode 100644 index 0000000000000..c9abe59ac22ff --- /dev/null +++ b/tools/jsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "target": "es6", + "module": "commonjs" + } +} +