evtstore
Version:
Event Sourcing with Node.JS
16 lines (15 loc) • 350 B
JSON
{
"compilerOptions": {
"target": "es2018",
"module": "commonjs",
"strict": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"declaration": true,
"inlineSourceMap": true,
"allowUnreachableCode": false,
"skipDefaultLibCheck": true,
"skipLibCheck": true
},
"include": ["src/**/*.ts", "index.ts"]
}