59050a0ba7aaf09046a3d7e24e4a494908ed7fca
[VSoRC/.git] / node_modules / xterm / src / common / tsconfig.json
1 {
2   "extends": "../tsconfig-library-base",
3   "compilerOptions": {
4     "lib": [
5       "es2015"
6     ],
7     "outDir": "../../out",
8     "types": [
9       "../../node_modules/@types/mocha"
10     ],
11     "baseUrl": ".."
12   },
13   "include": [ "./**/*" ]
14 }