summaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/jsconfig.json b/jsconfig.json
new file mode 100644
index 0000000000..8d4204dbc2
--- /dev/null
+++ b/jsconfig.json
@@ -0,0 +1,14 @@
+{
+ // Please visit https://go.microsoft.com/fwlink/?LinkId=759670 for more information about jsconfig.json
+ "compilerOptions": {
+ "target": "es6",
+ "module": "commonjs",
+ "allowSyntheticDefaultImports": true
+ },
+ "exclude": [
+ "node_modules",
+ "jspm_packages",
+ "tmp",
+ "temp"
+ ]
+}