mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
6888f9bcee
While the intent was to run tests with it, we don't need it. Instead, this caused problems because the stubs overrode the intended `ext` directory and therefore disabled the ext features.
9 lines
139 B
JSON
9 lines
139 B
JSON
{
|
|
"extends": "./buildtools/tsconfig-base-ext.json",
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{ "path": "./ext/app" }
|
|
],
|
|
}
|