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:
Jordi Gutiérrez Hermoso 2024-06-19 14:27:43 -04:00 committed by jordigh
parent bd7b7b778b
commit bc52f65b26

View File

@ -3,6 +3,9 @@
"files": [], "files": [],
"include": [], "include": [],
"references": [ "references": [
{ "path": "./app" },
{ "path": "./stubs/app" },
{ "path": "./test" },
{ "path": "./ext/app" } { "path": "./ext/app" }
], ],
} }