mirror of
https://github.com/xtermjs/xterm.js.git
synced 2026-01-25 16:03:36 +00:00
22 lines
350 B
JSON
22 lines
350 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"dom",
|
|
"es6",
|
|
],
|
|
"rootDir": ".",
|
|
"outDir": "../../out-test/api",
|
|
"types": [
|
|
"../../node_modules/@types/mocha"
|
|
],
|
|
"sourceMap": true,
|
|
"removeComments": true,
|
|
"pretty": true,
|
|
"strict": true
|
|
},
|
|
"include": [
|
|
"./**/*",
|
|
"../../typings/xterm.d.ts"
|
|
]
|
|
}
|