mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-27 00:08:09 +03:00
17 lines
369 B
JSON
17 lines
369 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"module": "commonjs",
|
||
|
"declaration": true,
|
||
|
"removeComments": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"target": "es2017",
|
||
|
"sourceMap": true,
|
||
|
"outDir": "./dist",
|
||
|
"baseUrl": "./src",
|
||
|
"incremental": true
|
||
|
},
|
||
|
"include": ["src/**/*"]
|
||
|
}
|