]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - tsconfig.json
Fix #359 - Introduce build system based on Gulp
[mirror_xterm.js.git] / tsconfig.json
index f4a5a1b2a202eeb01629541b09d0b7700dede4af..f5a7d66c1ab7ffa1d87fc57f5113300570d832f4 100644 (file)
@@ -7,13 +7,17 @@
     "outDir": "lib",
     "sourceMap": true
   },
+  "include": [
+    "src/**/*"
+  ],
   "exclude": [
-    "addons",
+    "src/addons/**/*",
     "build",
     "demo",
     "dist",
     "out",
     "test",
-    "node_modules"
+    "node_modules",
+    "docs"
   ]
 }