2019-03-21 01:22:31 +00:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
|
|
|
"module": "commonjs",
|
2019-04-04 22:29:14 +00:00
|
|
|
"target": "es2016",
|
2019-03-21 01:22:31 +00:00
|
|
|
"sourceMap": true,
|
|
|
|
"inlineSources": true,
|
|
|
|
"jsx": "preserve",
|
|
|
|
"importHelpers": true,
|
|
|
|
"emitDecoratorMetadata": true,
|
2020-01-06 16:22:51 +00:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"esModuleInterop": true
|
2019-03-21 01:22:31 +00:00
|
|
|
}
|
|
|
|
}
|