]> 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 01e72bc14d43f77d9d8cdcdd5c60420e16126241..2e9703dd22366acd1e355b4537145270574d69cf 100644 (file)
@@ -4,16 +4,14 @@
     "target": "es5",
     "rootDir": "src",
     "allowJs": true,
-    "outDir": "out",
-    "sourceMap": true
+    "outDir": "lib",
+    "sourceMap": true,
+    "removeComments": true
   },
+  "include": [
+    "src/**/*"
+  ],
   "exclude": [
-    "addons",
-    "build",
-    "demo",
-    "dist",
-    "out",
-    "test",
-    "node_modules"
+    "src/addons/**/*"
   ]
 }