nestjs-telegraf/tsconfig.json
2021-01-03 16:52:11 +03:00

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"]
}