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