mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
43 lines
754 B
JSON
43 lines
754 B
JSON
{
|
|
"compilerOptions": {
|
|
"lib": [
|
|
"dom",
|
|
"es6"
|
|
],
|
|
"rootDir": ".",
|
|
"outDir": "../../out-test/playwright",
|
|
"types": [
|
|
"../../node_modules/@types/node",
|
|
"../../node_modules/@lunapaint/png-codec"
|
|
],
|
|
"sourceMap": true,
|
|
"removeComments": true,
|
|
"pretty": true,
|
|
"strict": true,
|
|
"declaration": true,
|
|
"baseUrl": ".",
|
|
"paths": {
|
|
"browser/*": [
|
|
"../../src/browser/*"
|
|
],
|
|
"common/*": [
|
|
"../../src/common/*"
|
|
]
|
|
},
|
|
"target": "es2016",
|
|
"module": "commonjs",
|
|
},
|
|
"include": [
|
|
"./**/*",
|
|
"../../typings/xterm.d.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../src/browser"
|
|
},
|
|
{
|
|
"path": "../../src/common"
|
|
}
|
|
]
|
|
}
|