]> git.proxmox.com Git - mirror_xterm.js.git/blame - tsconfig.json
Create `terminal.buffer` convenience attribute
[mirror_xterm.js.git] / tsconfig.json
CommitLineData
441009d3
DI
1{
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es5",
5 "rootDir": "src",
56ecc77d 6 "allowJs": true,
56ca7743 7 "outDir": "lib",
94eb08fb
DI
8 "sourceMap": true,
9 "removeComments": true
441009d3 10 },
081fe3f3
PK
11 "include": [
12 "src/**/*"
13 ],
441009d3 14 "exclude": [
3d721a95 15 "src/addons/**/*"
441009d3
DI
16 ]
17}