diff --git a/node/tsconfig.json b/node/tsconfig.json deleted file mode 100644 index 80e7b98f..00000000 --- a/node/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "compilerOptions": { - "lib": [ - "dom", - "es6", - ], - "rootDir": "../test", - "outDir": "../../out", - "types": [ - "../node_modules/@types/mocha" - ], - "sourceMap": true, - "removeComments": true, - "pretty": true, - "strict": true - }, - "include": [ - "../test/**/*", - "../typings/xterm.d.ts" - ] -}