mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
35 lines
587 B
JSON
35 lines
587 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"dom",
|
|
"es2021"
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|