17 lines
335 B
JSON
17 lines
335 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": [
|
||
|
"dom",
|
||
|
"es6",
|
||
|
],
|
||
|
"rootDir": ".",
|
||
|
"outDir": "../out-ci/",
|
||
|
"types": [
|
||
|
"../node_modules/@types/mocha"
|
||
|
],
|
||
|
"sourceMap": true,
|
||
|
"removeComments": true,
|
||
|
"pretty": true,
|
||
|
"strict": true
|
||
|
}
|
||
|
}
|