waha / tsconfig.json
NitinBot002's picture
Upload 384 files
4327358 verified
{
"compilerOptions": {
"module": "commonjs",
"declaration": true,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "es2017",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./src",
"paths": {
"@waha/*": ["*"]
},
"incremental": true,
"resolveJsonModule": true,
"skipLibCheck": true
}
}