Some checks failed
Create and publish a Docker image / docker (push) Has been cancelled
11 lines
202 B
JSON
11 lines
202 B
JSON
{
|
|
"extends": "@backstage/cli/config/tsconfig.json",
|
|
"include": [
|
|
"packages/*/src"
|
|
],
|
|
"exclude": ["node_modules"],
|
|
"compilerOptions": {
|
|
"outDir": "dist-types",
|
|
"rootDir": "."
|
|
}
|
|
}
|