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