restructured test folder

This commit is contained in:
Jörg Breitbart
2019-06-19 00:07:09 +02:00
parent e8290af194
commit a28761bf3e
12 changed files with 43 additions and 42 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"compilerOptions": {
"lib": [
"dom",
"es6",
],
"rootDir": ".",
"outDir": "../../out-test/api",
"types": [
"../../node_modules/@types/mocha"
],
"sourceMap": true,
"removeComments": true,
"pretty": true,
"strict": true
},
"include": [
"./**/*",
"../../typings/xterm.d.ts"
]
}