mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
bc52f65b26
This is so that they get built and tested, as we'll start running tests on the ext/ directories from now on.
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"extends": "./buildtools/tsconfig-base-ext.json",
|
|
"files": [],
|
|
"include": [],
|
|
"references": [
|
|
{ "path": "./app" },
|
|
{ "path": "./stubs/app" },
|
|
{ "path": "./test" },
|
|
{ "path": "./ext/app" }
|
|
],
|
|
}
|