]> git.proxmox.com Git - mirror_xterm.js.git/blob - tsconfig.json
Move to TypeScript build
[mirror_xterm.js.git] / tsconfig.json
1 {
2 "compilerOptions": {
3 "module": "commonjs",
4 "target": "es5",
5 "rootDir": "src",
6 "allowJs": true
7 },
8 "exclude": [
9 "addons",
10 "build",
11 "demo",
12 "out",
13 "test",
14 "node_modules"
15 ]
16 }