Files
xterm.js/test/api/tsconfig.json
T

22 lines
350 B
JSON
Raw Normal View History

2019-06-08 11:49:14 -07:00
{
"compilerOptions": {
"lib": [
"dom",
"es6",
],
"rootDir": ".",
2019-06-19 00:07:09 +02:00
"outDir": "../../out-test/api",
2019-06-08 11:49:14 -07:00
"types": [
2019-06-19 00:07:09 +02:00
"../../node_modules/@types/mocha"
2019-06-08 11:49:14 -07:00
],
"sourceMap": true,
"removeComments": true,
"pretty": true,
"strict": true
},
"include": [
"./**/*",
2019-06-19 00:07:09 +02:00
"../../typings/xterm.d.ts"
2019-06-08 11:49:14 -07:00
]
}