gotty/js/src/xterm-addon-zmodem/tsconfig.json
Søren L. Hansen b416641004 ZModem support
2021-05-03 12:08:13 -07:00

22 lines
381 B
JSON

{
"compilerOptions": {
"module": "commonjs",
"target": "es5",
"lib": [
"es5"
],
"rootDir": ".",
"outDir": "../../../lib/addons/zmodem/",
"sourceMap": true,
"removeComments": true,
"declaration": true,
"types": [
"../../node_modules/@types/mocha"
]
},
"include": [
"**/*.ts",
"../../../typings/xterm.d.ts"
]
}