mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-23 14:42:59 +03:00
19 lines
425 B
JSON
19 lines
425 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"noLib": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es2017",
|
|
"sourceMap": false,
|
|
"rootDir": "./lib",
|
|
"outDir": "./dist",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["lib/**/*"],
|
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
|
}
|