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