2017-11-23 13:06:21 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2018-11-07 02:53:18 +00:00
|
|
|
"strict": true,
|
2017-11-23 13:06:21 +00:00
|
|
|
"module": "commonjs",
|
|
|
|
"target": "es6",
|
|
|
|
"lib": [
|
|
|
|
"esnext",
|
2018-11-07 02:53:18 +00:00
|
|
|
"esnext.array",
|
|
|
|
"esnext.asynciterable",
|
|
|
|
"esnext.intl",
|
|
|
|
"esnext.symbol"
|
2017-11-23 13:06:21 +00:00
|
|
|
],
|
|
|
|
"declaration": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"removeComments": false,
|
|
|
|
"experimentalDecorators": true
|
|
|
|
},
|
2018-11-07 02:53:18 +00:00
|
|
|
"include": [
|
|
|
|
"./src"
|
2017-11-23 13:06:21 +00:00
|
|
|
]
|
|
|
|
}
|