gristlabs_grist-core/stubs/app/tsconfig.json

11 lines
217 B
JSON
Raw Normal View History

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