{
"extends": "./tsconfig.json",
"exclude": ["src/**/*.spec.ts"],
"compilerOptions": {
"outDir": "lib",
"module": "CommonJS",
"target": "ES6"
}