diff --git a/.vscodeignore b/.vscodeignore index 5f5fbfe7..1f52bda3 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -7,4 +7,4 @@ bower_components/** .sass-cache/** connect.lock/** coverage/*/** -libpeerconnection.log \ No newline at end of file +libpeerconnection.log diff --git a/jsconfig.json b/jsconfig.json new file mode 100644 index 00000000..f2ea2998 --- /dev/null +++ b/jsconfig.json @@ -0,0 +1,7 @@ +{ + "compilerOptions": { + "target": "es6", + "experimentalDecorators": true + }, + "exclude": ["node_modules", "bower_components", "tmp", "vendor", ".git", "dist"] +} \ No newline at end of file