mirror of
https://github.com/sorenisanerd/gotty.git
synced 2025-04-02 17:10:29 +00:00
22 lines
381 B
JSON
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"
|
|
]
|
|
}
|