gristlabs_grist-core/app/client/tsconfig.json

11 lines
173 B
JSON
Raw Normal View History

{
"extends": "../../buildtools/tsconfig-base.json",
"include": [
"**/*",
"../../stubs/app/client/**/*"
],
"references": [
{ "path": "../common" },
]
}