13 lines
209 B
JSON

{
"extends": "../tsconfig.common.json",
"compilerOptions": {
"target": "es5",
"outDir": "lib",
"rootDir": "src"
},
"references": [
{"path": "../logger"},
{"path": "../redux"}
]
}