@vector-im/matrix-bot-sdk
Version:
TypeScript/JavaScript SDK for Matrix bots and appservices
23 lines (22 loc) • 404 B
JSON
{
"compilerOptions": {
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"module": "commonjs",
"moduleResolution": "node",
"target": "ES2022",
"noImplicitAny": false,
"sourceMap": true,
"outDir": "./lib",
"declaration": true,
"types": [
"node",
"express",
"jest"
]
},
"include": [
"./src/**/*",
"./test/**/*"
]
}