2020-01-09 15:15:29 +01:00

13 lines
178 B
JSON

{
"extends": "../tsconfig.common.json",
"compilerOptions": {
"outDir": "lib",
"rootDir": "src"
},
"references": [
{
"path": "../react-test"
}
]
}