xterm
[VSoRC/.git] / node_modules / xterm / src / common / tsconfig.json
diff --git a/node_modules/xterm/src/common/tsconfig.json b/node_modules/xterm/src/common/tsconfig.json
new file mode 100644 (file)
index 0000000..59050a0
--- /dev/null
@@ -0,0 +1,14 @@
+{
+  "extends": "../tsconfig-library-base",
+  "compilerOptions": {
+    "lib": [
+      "es2015"
+    ],
+    "outDir": "../../out",
+    "types": [
+      "../../node_modules/@types/mocha"
+    ],
+    "baseUrl": ".."
+  },
+  "include": [ "./**/*" ]
+}