backstage-edp/tsconfig.json
Christopher Hase 1632253c86
Some checks are pending
Create and publish a Docker image / docker (push) Waiting to run
remove plugins part 2
2025-02-25 11:27:34 +01:00

11 lines
202 B
JSON

{
"extends": "@backstage/cli/config/tsconfig.json",
"include": [
"packages/*/src"
],
"exclude": ["node_modules"],
"compilerOptions": {
"outDir": "dist-types",
"rootDir": "."
}
}