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=7465bbd3f45d20bff344b1a23db4b51b849c140c;hp=0000000000000000000000000000000000000000;hb=4339da12467b75fb8b6ca831f4bf0081c485ed2c;hpb=af450fde25a9ccf4767b29254c463ffb8ef25237 diff --git a/node_modules/xterm/src/browser/tsconfig.json b/node_modules/xterm/src/browser/tsconfig.json new file mode 100644 index 0000000..7465bbd --- /dev/null +++ b/node_modules/xterm/src/browser/tsconfig.json @@ -0,0 +1,21 @@ +{ + "extends": "../tsconfig-library-base", + "compilerOptions": { + "lib": [ + "dom", + "es2015", + ], + "outDir": "../../out", + "types": [ + "../../node_modules/@types/mocha" + ], + "baseUrl": "..", + "paths": { + "common/*": [ "./common/*" ] + } + }, + "include": [ "./**/*" ], + "references": [ + { "path": "../common" } + ] +}