gristlabs_grist-core/stubs/app/tsconfig.json
Paul Fitzpatrick c8c5afbbca freshen app/client/ui2018/cssVars.ts
The cssVars.ts file has changed to include some more knobs
for custom theming.  This commit updates the file, and
introduces a `stubs` directory for stubbing code that is
specific to our deployments of Grist and not of general interest.
2020-06-23 16:16:38 -04:00

7 lines
113 B
JSON

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