]> git.proxmox.com Git - mirror_xterm.js.git/blobdiff - tsconfig.json
Merge pull request #926 from ficristo/search-fix
[mirror_xterm.js.git] / tsconfig.json
index 3cba23ee9f12aae3fba7c08a7f7cb6c285930997..2e9703dd22366acd1e355b4537145270574d69cf 100644 (file)
@@ -3,14 +3,15 @@
     "module": "commonjs",
     "target": "es5",
     "rootDir": "src",
-    "allowJs": true
+    "allowJs": true,
+    "outDir": "lib",
+    "sourceMap": true,
+    "removeComments": true
   },
+  "include": [
+    "src/**/*"
+  ],
   "exclude": [
-    "addons",
-    "build",
-    "demo",
-    "out",
-    "test",
-    "node_modules"
+    "src/addons/**/*"
   ]
 }