2015-09-29 04:23:21 +03:00
|
|
|
{
|
|
|
|
"compilerOptions": {
|
2019-12-24 19:18:20 +03:00
|
|
|
"target": "ES5",
|
2015-09-29 04:23:21 +03:00
|
|
|
"module": "commonjs",
|
|
|
|
"noImplicitAny": true,
|
2019-12-24 19:18:20 +03:00
|
|
|
"noEmitOnError": true,
|
|
|
|
"moduleResolution": "node",
|
2018-03-23 17:20:18 +03:00
|
|
|
"sourceMap": true,
|
2019-12-24 19:18:20 +03:00
|
|
|
"rootDir": "src",
|
|
|
|
"outDir": "bin",
|
|
|
|
"allowSyntheticDefaultImports": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"skipLibCheck": true
|
2015-09-29 04:23:21 +03:00
|
|
|
}
|
|
|
|
}
|