gristlabs_grist-core/tsconfig-ext.json
Jordi Gutiérrez Hermoso bc52f65b26 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.
2024-06-26 15:19:06 -04:00

12 lines
221 B
JSON

{
"extends": "./buildtools/tsconfig-base-ext.json",
"files": [],
"include": [],
"references": [
{ "path": "./app" },
{ "path": "./stubs/app" },
{ "path": "./test" },
{ "path": "./ext/app" }
],
}