gristlabs_grist-core/app/common/tsconfig.json
Paul Fitzpatrick 9b02d16bff (core) more grist-core cleanup
Summary:
 * Remove duplicate schema file
 * Move version file to a stub in grist-core
 * Simplify sandbox creation in grist-core (although not functional until sandbox code moved)
 * Add a minimal test for buildability

Test Plan: added test

Reviewers: dsagal

Reviewed By: dsagal

Differential Revision: https://phab.getgrist.com/D2560
2020-07-23 16:21:08 -04:00

11 lines
172 B
JSON

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