summaryrefslogtreecommitdiff
path: root/jsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'jsconfig.json')
-rw-r--r--jsconfig.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/jsconfig.json b/jsconfig.json
deleted file mode 100644
index 1230aadd12..0000000000
--- a/jsconfig.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "compilerOptions": {
- "target": "es6",
- "module": "commonjs",
- "allowSyntheticDefaultImports": true
- },
- "exclude": [
- "node_modules",
- "jspm_packages",
- "tmp",
- "temp"
- ]
-}