X-Git-Url: https://git.josue.xyz/?p=VSoRC%2F.git;a=blobdiff_plain;f=node_modules%2Fxterm%2Fsrc%2Fbrowser%2Ftsconfig.json;fp=node_modules%2Fxterm%2Fsrc%2Fbrowser%2Ftsconfig.json;h=0000000000000000000000000000000000000000;hp=7465bbd3f45d20bff344b1a23db4b51b849c140c;hb=5e96dd57ddd883604e87f62bdddcb111c63a6e1a;hpb=acb5f682a2b75b972710cabd81658f63071324b0 diff --git a/node_modules/xterm/src/browser/tsconfig.json b/node_modules/xterm/src/browser/tsconfig.json deleted file mode 100644 index 7465bbd..0000000 --- a/node_modules/xterm/src/browser/tsconfig.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "extends": "../tsconfig-library-base", - "compilerOptions": { - "lib": [ - "dom", - "es2015", - ], - "outDir": "../../out", - "types": [ - "../../node_modules/@types/mocha" - ], - "baseUrl": "..", - "paths": { - "common/*": [ "./common/*" ] - } - }, - "include": [ "./**/*" ], - "references": [ - { "path": "../common" } - ] -}