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

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

16 lines
290 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"esModuleInterop": true,
"paths": { "@/*": ["./src/*"] }
},
"include": [
".",
"../content",
"../types",
"../../build.json",
"src/config.json"
],
"references": [{ "path": "../../dashboard" }]
}