gristlabs_grist-core/tsconfig-ext.json
Jordi Gutiérrez Hermoso 6888f9bcee tsconfig-ext: revert bc52f65b26
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.
2024-07-01 10:21:50 -04:00

9 lines
139 B
JSON

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