mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-24 23:14:39 +03:00
20 lines
443 B
JSON
20 lines
443 B
JSON
|
{
|
||
|
"compilerOptions": {
|
||
|
"lib": ["es2017"],
|
||
|
"module": "commonjs",
|
||
|
"declaration": true,
|
||
|
"noImplicitAny": false,
|
||
|
"removeComments": true,
|
||
|
"noLib": false,
|
||
|
"allowSyntheticDefaultImports": true,
|
||
|
"emitDecoratorMetadata": true,
|
||
|
"experimentalDecorators": true,
|
||
|
"target": "es6",
|
||
|
"sourceMap": true,
|
||
|
"outDir": "./dist",
|
||
|
"baseUrl": "./lib"
|
||
|
},
|
||
|
"include": ["lib/**/*"],
|
||
|
"exclude": ["node_modules"]
|
||
|
}
|