2020-09-09 13:54:43 -07:00
|
|
|
{
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"module": "commonjs",
|
2023-09-01 07:36:48 -07:00
|
|
|
"target": "es2021",
|
2020-09-09 13:54:43 -07:00
|
|
|
"lib": [
|
|
|
|
|
"es2015"
|
|
|
|
|
],
|
|
|
|
|
"rootDir": ".",
|
|
|
|
|
"outDir": "../out-test",
|
|
|
|
|
"sourceMap": true,
|
|
|
|
|
"removeComments": true,
|
|
|
|
|
"baseUrl": ".",
|
|
|
|
|
"paths": {
|
|
|
|
|
"common/*": [
|
|
|
|
|
"../../../src/common/*"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"strict": true,
|
|
|
|
|
"types": [
|
|
|
|
|
"../../../node_modules/@types/mocha",
|
|
|
|
|
"../../../node_modules/@types/node",
|
|
|
|
|
"../../../out-test/api/TestUtils"
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"./**/*",
|
|
|
|
|
"../../../typings/xterm.d.ts"
|
|
|
|
|
],
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../src/common"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|