2017-11-23 13:06:21 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2018-11-07 02:53:18 +00:00
|
|
|
"strict": true,
|
2020-07-16 16:25:05 +00:00
|
|
|
"moduleResolution": "node",
|
|
|
|
"declaration": false,
|
|
|
|
"removeComments": false,
|
|
|
|
"alwaysStrict": true,
|
|
|
|
"pretty": true,
|
2019-04-21 18:30:00 +00:00
|
|
|
"target": "es2017",
|
2020-07-16 16:25:05 +00:00
|
|
|
"module": "commonjs",
|
2017-11-23 13:06:21 +00:00
|
|
|
"lib": [
|
2020-07-16 16:25:05 +00:00
|
|
|
"esnext"
|
2017-11-23 13:06:21 +00:00
|
|
|
],
|
2019-04-21 18:30:00 +00:00
|
|
|
"outDir": "dist",
|
2020-07-16 16:25:05 +00:00
|
|
|
"sourceRoot": "./",
|
2017-11-23 13:06:21 +00:00
|
|
|
"sourceMap": true,
|
2020-07-16 16:25:05 +00:00
|
|
|
"inlineSources": true,
|
|
|
|
"incremental": true,
|
|
|
|
"noEmitHelpers": true,
|
|
|
|
"importHelpers": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"resolveJsonModule": true
|
2019-09-13 11:07:45 +00:00
|
|
|
}
|
2017-11-23 13:06:21 +00:00
|
|
|
}
|