11 lines
181 B
JSON
11 lines
181 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"types": ["react", "react-dom"],
|
|
},
|
|
"references": [
|
|
{ "path": "../common" },
|
|
{ "path": "../backend" },
|
|
],
|
|
}
|