xterm
[VSoRC/.git] / node_modules / xterm / src / tsconfig.json
diff --git a/node_modules/xterm/src/tsconfig.json b/node_modules/xterm/src/tsconfig.json
new file mode 100644 (file)
index 0000000..9757666
--- /dev/null
@@ -0,0 +1,34 @@
+{
+  "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" }
+  ]
+}