{
// Used for building with tsc
"extends": "./tsconfig.json",
"references": [
{ "path": "../types" }
],
"exclude": [
"node_modules",
"dist/**/*",
"**/*.spec.js",
"**/*.spec.ts"
]
}