enso/app/ide-desktop/lib/content-config/tsconfig.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
71 B
JSON
Raw Normal View History

2023-02-19 03:37:58 +03:00
{
"extends": "../../tsconfig.json",
"include": ["../types", "."]
2023-02-19 03:37:58 +03:00
}