quitando basura del index
[VSoRC/.git] / node_modules / xterm / src / tsconfig.json
diff --git a/node_modules/xterm/src/tsconfig.json b/node_modules/xterm/src/tsconfig.json
deleted file mode 100644 (file)
index 9757666..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-{
-  "extends": "./tsconfig-base",
-  "compilerOptions": {
-    "module": "commonjs",
-    "lib": [
-      "dom",
-      "es5",
-      "es6",
-      "scripthost",
-      "es2015.promise"
-    ],
-    "rootDir": ".",
-    "outDir": "../out",
-    "baseUrl": ".",
-    "paths": {
-      "common/*": [ "./common/*" ],
-      "browser/*": [ "./browser/*" ]
-    },
-
-    "noUnusedLocals": true,
-    "noImplicitAny": true
-  },
-  "include": [
-    "./**/*",
-    "../typings/xterm.d.ts"
-  ],
-  "exclude": [
-    "./addons/**/*"
-  ],
-  "references": [
-    { "path": "./common" },
-    { "path": "./browser" }
-  ]
-}