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

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

16 lines
359 B
JSON
Raw Normal View History

{
"extends": "../../tsconfig.json",
"include": ["../types", ".", "../../utils.ts", ".prettierrc.cjs"],
"compilerOptions": {
"composite": true,
"noEmit": false,
"outDir": "../../../../node_modules/.cache/tsc",
"paths": { "#/*": ["./src/*"] },
"plugins": [
{
"name": "ts-plugin-namespace-auto-import"
}
]
}
}