quitando basura del index
[VSoRC/.git] / node_modules / xterm / src / browser / tsconfig.json
diff --git a/node_modules/xterm/src/browser/tsconfig.json b/node_modules/xterm/src/browser/tsconfig.json
deleted file mode 100644 (file)
index 7465bbd..0000000
+++ /dev/null
@@ -1,21 +0,0 @@
-{
-  "extends": "../tsconfig-library-base",
-  "compilerOptions": {
-    "lib": [
-      "dom",
-      "es2015",
-    ],
-    "outDir": "../../out",
-    "types": [
-      "../../node_modules/@types/mocha"
-    ],
-    "baseUrl": "..",
-    "paths": {
-      "common/*": [ "./common/*" ]
-    }
-  },
-  "include": [ "./**/*" ],
-  "references": [
-    { "path": "../common" }
-  ]
-}