]> git.proxmox.com Git - mirror_xterm.js.git/commit
Clean up tsconfig.json.
authorAleksandr Andrienko <aandrienko@codenvy.com>
Mon, 6 Mar 2017 11:13:11 +0000 (13:13 +0200)
committerAleksandr Andrienko <aandrienko@codenvy.com>
Mon, 6 Mar 2017 11:17:01 +0000 (13:17 +0200)
commit3d721a95bb31af064d9ab007aca03d128f4d55a0
treeb2c93ae44bb698e8b1b75183cc2cbf650030d5d6
parentc9ad3a595ab0febc29463506d720bca5db8e1698
Clean up tsconfig.json.
'include' field in the tsconfig.json defines source scope (top level of this scope is "src" folder), so we do not need 'exclude' folders in the root of the project, because this folders had already excluded by 'include' scope.

Signed-off-by: Aleksandr Andrienko <aandrienko@codenvy.com>
tsconfig.json