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.

9 lines
151 B
JSON
Raw Normal View History

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