19 lines
350 B
JSON

{
"extends": "../tsconfig.common.json",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"references": [
{"path": "../redux"},
{"path": "../common"}
],
"plugins": [{
"transform": "typescript-plugin-styled-components",
"type": "config",
"displayName": true,
"minify": false,
"ssr": true
}]
}