mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
9b02d16bff
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
11 lines
172 B
JSON
11 lines
172 B
JSON
{
|
|
"extends": "../../buildtools/tsconfig-base.json",
|
|
"include": [
|
|
"**/*",
|
|
"../../stubs/app/common/**/*"
|
|
],
|
|
"references": [
|
|
{ "path": "../plugin" }
|
|
]
|
|
}
|