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