Files

24 lines
452 B
JSON
Raw Permalink Normal View History

{
"compilerOptions": {
"module": "commonjs",
2023-09-01 07:36:48 -07:00
"target": "es2021",
"lib": [
"es2015"
],
"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"
]
}