Your IP : 216.73.216.40


Current Path : /var/www/html/wetty/node_modules/xterm/src/
Upload File :
Current File : /var/www/html/wetty/node_modules/xterm/src/tsconfig.json

{
  "extends": "./tsconfig-base",
  "compilerOptions": {
    "module": "commonjs",
    "lib": [
      "dom",
      "es5",
      "es6",
      "scripthost",
      "es2015.promise"
    ],
    "rootDir": ".",
    "outDir": "../lib",

    "noUnusedLocals": true,
    "noImplicitAny": true
  },
  "include": [
    "./**/*",
    "../typings/xterm.d.ts"
  ],
  "exclude": [
    "./addons/**/*"
  ],
  "references": [
    { "path": "./common" },
    { "path": "./core" },
    { "path": "./ui" }
  ]
}