mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
f837f43e55
Summary: Usage banner is expected at app/client/components, not app/client/component. Unclear why core smoke test did not catch this. Test Plan: manual Reviewers: paulfitz Reviewed By: paulfitz Differential Revision: https://phab.getgrist.com/D3458
11 lines
217 B
JSON
11 lines
217 B
JSON
{
|
|
"extends": "../../buildtools/tsconfig-base.json",
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{ "path": "../../app/client" },
|
|
{ "path": "../../app/common" },
|
|
{ "path": "../../app/server" }
|
|
]
|
|
}
|