xterm
[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
new file mode 100644 (file)
index 0000000..7465bbd
--- /dev/null
@@ -0,0 +1,21 @@
+{
+  "extends": "../tsconfig-library-base",
+  "compilerOptions": {
+    "lib": [
+      "dom",
+      "es2015",
+    ],
+    "outDir": "../../out",
+    "types": [
+      "../../node_modules/@types/mocha"
+    ],
+    "baseUrl": "..",
+    "paths": {
+      "common/*": [ "./common/*" ]
+    }
+  },
+  "include": [ "./**/*" ],
+  "references": [
+    { "path": "../common" }
+  ]
+}