{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"allowJs": true
},
"include": ["./src/**/*"],
"exclude": ["node_modules", "**/*.json", "**/*.spec.ts", "**/*.spec.js"]
}