{
"compilerOptions": {
"outDir": "lib",
"module": "commonjs",
"target": "ES2018",
"lib": ["ES2018"],
"declaration": true,
"noUnusedLocals": true,
"noUnusedParameters": true,
"esModuleInterop": true,
"skipLibCheck": true
},
"include": ["src"]
}