@mbc-cqrs-serverless/cli
Version:
a CLI to get started with MBC CQRS serverless framework
26 lines (25 loc) • 684 B
JSON
{
"compilerOptions": {
"module": "commonjs",
"declaration": false,
"removeComments": true,
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"allowSyntheticDefaultImports": true,
"target": "ES2021",
"sourceMap": true,
"outDir": "./dist",
"baseUrl": "./",
"incremental": true,
"skipLibCheck": true,
"strictNullChecks": false,
"noImplicitAny": false,
"strictBindCallApply": false,
"forceConsistentCasingInFileNames": false,
"noFallthroughCasesInSwitch": false,
"esModuleInterop": true,
"noLib": false,
"noUnusedLocals": false
},
"include": ["src/*", "src/**/*", "test/*", "test/**/*"]
}