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