2018-07-01 03:35:51 +03:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2018-07-12 02:58:34 +03:00
|
|
|
"moduleResolution": "node",
|
2018-07-01 03:35:51 +03:00
|
|
|
"module": "commonjs",
|
|
|
|
"noImplicitAny": false,
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"experimentalDecorators": true,
|
2018-10-26 06:41:20 +03:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
"target": "ES6",
|
2018-07-01 03:35:51 +03:00
|
|
|
"lib": [
|
|
|
|
"es6",
|
|
|
|
"es7",
|
|
|
|
"ES2017"
|
|
|
|
],
|
2018-07-12 02:58:34 +03:00
|
|
|
"baseUrl": "./",
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"esModuleInterop": true
|
2018-07-01 03:35:51 +03:00
|
|
|
}
|
|
|
|
}
|