mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
tsconfig-ext: add /app, /test, and /stubs/app directories
This is so that they get built and tested, as we'll start running tests on the ext/ directories from now on.
This commit is contained in:
parent
bd7b7b778b
commit
bc52f65b26
@ -3,6 +3,9 @@
|
|||||||
"files": [],
|
"files": [],
|
||||||
"include": [],
|
"include": [],
|
||||||
"references": [
|
"references": [
|
||||||
|
{ "path": "./app" },
|
||||||
|
{ "path": "./stubs/app" },
|
||||||
|
{ "path": "./test" },
|
||||||
{ "path": "./ext/app" }
|
{ "path": "./ext/app" }
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user