gristlabs_grist-core/stubs/app/tsconfig.json

9 lines
185 B
JSON
Raw Normal View History

{
"extends": "../../buildtools/tsconfig-base.json",
"references": [
{ "path": "../../app/client" },
{ "path": "../../app/common" },
{ "path": "../../app/server" }
]
}