xterm
[VSoRC/.git] / node_modules / xterm / src / tsconfig-base.json
1 {
2   "compilerOptions": {
3     "target": "es5",
4     "lib": [ "es5" ],
5     "rootDir": ".",
6
7     "sourceMap": true,
8     "removeComments": true,
9     "pretty": true,
10
11     "incremental": true
12   }
13 }