mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
24 lines
453 B
JSON
24 lines
453 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"target": "es2021",
|
|
"lib": [
|
|
"es2021",
|
|
],
|
|
"rootDir": ".",
|
|
"outDir": "../out-test",
|
|
"sourceMap": true,
|
|
"removeComments": true,
|
|
"strict": true,
|
|
"types": [
|
|
"../../../node_modules/@types/mocha",
|
|
"../../../node_modules/@types/node",
|
|
"../../../out-test/api/TestUtils"
|
|
]
|
|
},
|
|
"include": [
|
|
"./**/*",
|
|
"../../../typings/xterm.d.ts"
|
|
]
|
|
}
|