enso/app/ide-desktop/lib/client/tsconfig.json

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

21 lines
339 B
JSON
Raw Normal View History

{
2023-02-19 03:37:58 +03:00
"extends": "../../tsconfig.json",
"compilerOptions": {
"baseUrl": "./src",
"esModuleInterop": true
},
"include": [
".",
"../content",
"../dashboard",
"../types",
"../../utils.ts",
"../../../../build.json"
],
"references": [
{
"path": "../../../gui2/tsconfig.server.json"
}
]
}