]> git.proxmox.com Git - mirror_xterm.js.git/blob - tsconfig.json
Merge pull request #926 from ficristo/search-fix
[mirror_xterm.js.git] / tsconfig.json
1 {
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es5",
5 "rootDir": "src",
6 "allowJs": true,
7 "outDir": "lib",
8 "sourceMap": true,
9 "removeComments": true
10 },
11 "include": [
12 "src/**/*"
13 ],
14 "exclude": [
15 "src/addons/**/*"
16 ]
17 }