mirror of
https://github.com/Maks1mS/nestjs-telegraf.git
synced 2024-12-27 16:18:10 +03:00
19 lines
434 B
JSON
19 lines
434 B
JSON
{
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"declaration": true,
|
|
"noImplicitAny": false,
|
|
"removeComments": false,
|
|
"noLib": false,
|
|
"emitDecoratorMetadata": true,
|
|
"experimentalDecorators": true,
|
|
"target": "es6",
|
|
"sourceMap": false,
|
|
"baseUrl": "./",
|
|
"outDir": "./dist",
|
|
"skipLibCheck": true
|
|
},
|
|
"include": ["lib/**/*", "sample/**/*"],
|
|
"exclude": ["node_modules", "**/*.spec.ts"]
|
|
}
|